diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-26 13:14:35 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-26 13:14:35 (GMT) |
commit | 7c12bae717b0e84faee548021feb87ba63410881 (patch) | |
tree | 580a0b447c18b664f96fd36599ccd3715dc66186 /Doc/glossary.rst | |
parent | 41bade96a4d1dcd35bbba79c2eabe052d02756a4 (diff) | |
download | cpython-7c12bae717b0e84faee548021feb87ba63410881.zip cpython-7c12bae717b0e84faee548021feb87ba63410881.tar.gz cpython-7c12bae717b0e84faee548021feb87ba63410881.tar.bz2 |
Fix reST references
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index fa34f29..2003e0b 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -431,7 +431,8 @@ Glossary mapping A container object that supports arbitrary key lookups and implements the - methods specified in the :class:`Mapping` or :class:`MutableMapping` + methods specified in the :class:`~collections.Mapping` or + :class:`~collections.MutableMapping` :ref:`abstract base classes <collections-abstract-base-classes>`. Examples include :class:`dict`, :class:`collections.defaultdict`, :class:`collections.OrderedDict` and :class:`collections.Counter`. |