summaryrefslogtreecommitdiffstats
path: root/Doc/library/abc.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-24 16:28:06 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-24 16:28:06 (GMT)
commitead4975b9f40e913eeb8f2b87a184a01123516d8 (patch)
tree46f854d62d158ffce634b56fa2397c83886ea5cc /Doc/library/abc.rst
parent399bf7be41db011850971adad917b3edb9e81542 (diff)
downloadcpython-ead4975b9f40e913eeb8f2b87a184a01123516d8.zip
cpython-ead4975b9f40e913eeb8f2b87a184a01123516d8.tar.gz
cpython-ead4975b9f40e913eeb8f2b87a184a01123516d8.tar.bz2
Missing source links.
Diffstat (limited to 'Doc/library/abc.rst')
-rw-r--r--Doc/library/abc.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/abc.rst b/Doc/library/abc.rst
index 0302eb5..9fadbd2 100644
--- a/Doc/library/abc.rst
+++ b/Doc/library/abc.rst
@@ -7,6 +7,10 @@
.. sectionauthor:: Georg Brandl
.. much of the content adapted from docstrings
+**Source code:** :source:`Lib/abc.py`
+
+--------------
+
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