Commit b9829fca authored by Chris Jerdonek's avatar Chris Jerdonek

Backport from 3.2: link to mapping glossary entry in docs.

parent ef317387
......@@ -72,7 +72,7 @@ process and user.
.. data:: environ
A mapping object representing the string environment. For example,
A :term:`mapping` object representing the string environment. For example,
``environ['HOME']`` is the pathname of your home directory (on some platforms),
and is equivalent to ``getenv("HOME")`` in C.
......
......@@ -1937,7 +1937,7 @@ Mapping Types --- :class:`dict`
statement: del
builtin: len
A :dfn:`mapping` object maps :term:`hashable` values to arbitrary objects.
A :term:`mapping` object maps :term:`hashable` values to arbitrary objects.
Mappings are mutable objects. There is currently only one standard mapping
type, the :dfn:`dictionary`. (For other containers see the built in
:class:`list`, :class:`set`, and :class:`tuple` classes, and the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment