summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
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)
commit7c12bae717b0e84faee548021feb87ba63410881 (patch)
tree580a0b447c18b664f96fd36599ccd3715dc66186 /Doc/glossary.rst
parent41bade96a4d1dcd35bbba79c2eabe052d02756a4 (diff)
downloadcpython-7c12bae717b0e84faee548021feb87ba63410881.zip
cpython-7c12bae717b0e84faee548021feb87ba63410881.tar.gz
cpython-7c12bae717b0e84faee548021feb87ba63410881.tar.bz2
Fix reST references
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst3
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`.