summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.abc.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-03 17:18:41 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-03 17:18:41 (GMT)
commitf90112efe8695e9cb6545591349553324a17cf2c (patch)
treeb586f1e63803ca5c8471811c29c8e5bcb0116f73 /Doc/library/collections.abc.rst
parent5d5bde1df2e92fcd545baeef4fb212462982e47e (diff)
downloadcpython-f90112efe8695e9cb6545591349553324a17cf2c.zip
cpython-f90112efe8695e9cb6545591349553324a17cf2c.tar.gz
cpython-f90112efe8695e9cb6545591349553324a17cf2c.tar.bz2
Fix reST label for collections ABCs.
The previous markup hijacked the abstract-base-classes glossary entry, which resulted in the HTML linking to collections.abc when defining the generic ABC concept. Now the glossary links to the abc module.
Diffstat (limited to 'Doc/library/collections.abc.rst')
-rw-r--r--Doc/library/collections.abc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.abc.rst b/Doc/library/collections.abc.rst
index 58354f8..1d451d1 100644
--- a/Doc/library/collections.abc.rst
+++ b/Doc/library/collections.abc.rst
@@ -23,7 +23,7 @@ example, whether it is hashable or whether it is a mapping.
.. versionchanged:: 3.3
Formerly, this module was part of the :mod:`collections` module.
-.. _abstract-base-classes:
+.. _collections-abstract-base-classes:
Collections Abstract Base Classes
---------------------------------