[Python-checkins] r64690 - python/trunk/Doc/library/abc.rst
benjamin.peterson
python-checkins at python.org
Thu Jul 3 15:01:18 CEST 2008
Author: benjamin.peterson
Date: Thu Jul 3 15:01:17 2008
New Revision: 64690
Log:
let the term be linked
Modified:
python/trunk/Doc/library/abc.rst
Modified: python/trunk/Doc/library/abc.rst
==============================================================================
--- python/trunk/Doc/library/abc.rst (original)
+++ python/trunk/Doc/library/abc.rst Thu Jul 3 15:01:17 2008
@@ -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.)
More information about the Python-checkins
mailing list