mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
whitespace
This commit is contained in:
parent
fe63c9a298
commit
6ac5cc15ce
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue