whitespace

This commit is contained in:
Terry Jan Reedy 2015-06-12 16:47:44 -04:00
parent fe63c9a298
commit 6ac5cc15ce

View file

@ -3908,7 +3908,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
Dictionaries compare equal if and only if they have the same ``(key, Dictionaries compare equal if and only if they have the same ``(key,
value)`` pairs. Order comparisons ('<', '<=', '>=', '>') raise value)`` pairs. Order comparisons ('<', '<=', '>=', '>') raise
:exc:`TypeError`. :exc:`TypeError`.
.. seealso:: .. seealso::
:class:`types.MappingProxyType` can be used to create a read-only view :class:`types.MappingProxyType` can be used to create a read-only view
of a :class:`dict`. of a :class:`dict`.