=== modified file 'Doc/library/abc.rst' --- Doc/library/abc.rst 2008-07-02 20:22:54 +0000 +++ Doc/library/abc.rst 2008-07-07 14:43:37 +0000 @@ -9,7 +9,7 @@ .. much of the content adapted from docstrings This module provides the infrastructure for defining :term:`abstract base -classes` (ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this +class`\es (ABCs) in Python, as outlined in :pep:`3119`; see the PEP for why this was added to Python. (See also :pep:`3141` and the :mod:`numbers` module regarding a type hierarchy for numbers based on ABCs.)