[Python-checkins] cpython (3.2): Fix reST references

eric.araujo python-checkins at python.org
Fri Jul 29 14:35:16 CEST 2011


http://hg.python.org/cpython/rev/d67a708d7371
changeset:   71551:d67a708d7371
branch:      3.2
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Jul 26 15:14:35 2011 +0200
summary:
  Fix reST references

files:
  Doc/glossary.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -431,7 +431,8 @@
 
    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`.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list