diff options
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) |
commit | f90112efe8695e9cb6545591349553324a17cf2c (patch) | |
tree | b586f1e63803ca5c8471811c29c8e5bcb0116f73 /Doc/library/collections.abc.rst | |
parent | 5d5bde1df2e92fcd545baeef4fb212462982e47e (diff) | |
download | cpython-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.rst | 2 |
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 --------------------------------- |