From: Benjamin Peterson Date: Thu, 3 Jul 2008 13:01:17 +0000 (+0000) Subject: let the term be linked X-Git-Tag: v2.6b2~117 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e47680060f6d0e535d14b05708d68689a0a236a;p=thirdparty%2FPython%2Fcpython.git let the term be linked --- diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst index 9cdb5b32306e..8700fafe08ac 100644 --- a/Doc/library/abc.rst +++ b/Doc/library/abc.rst @@ -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.)