mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
Fix reST references
This commit is contained in:
parent
41bade96a4
commit
7c12bae717
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user