whitespace

This commit is contained in:
Terry Jan Reedy 2015-06-12 16:47:44 -04:00
parent fe63c9a298
commit 6ac5cc15ce
1 changed files with 1 additions and 1 deletions

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,
value)`` pairs. Order comparisons ('<', '<=', '>=', '>') raise
:exc:`TypeError`.
.. seealso::
:class:`types.MappingProxyType` can be used to create a read-only view
of a :class:`dict`.