Merge wording change from 3.2

This commit is contained in:
Éric Araujo 2011-06-15 17:51:05 +02:00
commit a1969e0cbf

View file

@ -11,8 +11,8 @@
--------------
This module provides the infrastructure for defining an :term:`abstract base
class` (ABC) in Python, as outlined in :pep:`3119`; see the PEP for why this
This module provides the infrastructure for defining :term:`abstract base
classes <abstract base class>` (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.)