summaryrefslogtreecommitdiffstats
path: root/Doc/library/abc.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-07-03 13:01:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-07-03 13:01:17 (GMT)
commit4e47680060f6d0e535d14b05708d68689a0a236a (patch)
treef60d8a03b92d5e928c6ce82b78c0b60d1a2d1169 /Doc/library/abc.rst
parent9385b9db8b303e1daa14d6cbf486544ce7c27b45 (diff)
downloadcpython-4e47680060f6d0e535d14b05708d68689a0a236a.zip
cpython-4e47680060f6d0e535d14b05708d68689a0a236a.tar.gz
cpython-4e47680060f6d0e535d14b05708d68689a0a236a.tar.bz2
let the term be linked
Diffstat (limited to 'Doc/library/abc.rst')
-rw-r--r--Doc/library/abc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst
index 9cdb5b3..8700faf 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.)