]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix reST references
authorÉric Araujo <merwok@netwok.org>
Tue, 26 Jul 2011 13:14:35 +0000 (15:14 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 26 Jul 2011 13:14:35 +0000 (15:14 +0200)
Doc/glossary.rst

index fa34f2995a0e4436a3609cf9ccc34c0b03d64abd..2003e0bc9a772a3c71c597497a03cc055ecb97bc 100644 (file)
@@ -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`.