let the term be linked

This commit is contained in:
Benjamin Peterson 2008-07-03 13:01:17 +00:00
parent 9385b9db8b
commit 4e47680060
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
.. versionadded:: 2.6
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
This module provides the infrastructure for defining an :term:`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.)