From: Éric Araujo Date: Tue, 26 Jul 2011 13:14:35 +0000 (+0200) Subject: Fix reST references X-Git-Tag: v3.2.2rc1~56^2~2^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c12bae717b0e84faee548021feb87ba63410881;p=thirdparty%2FPython%2Fcpython.git Fix reST references --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index fa34f2995a0e..2003e0bc9a77 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 `. Examples include :class:`dict`, :class:`collections.defaultdict`, :class:`collections.OrderedDict` and :class:`collections.Counter`.