summaryrefslogtreecommitdiffstats
path: root/Doc/library/stdtypes.rst
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-06-12 20:47:44 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-06-12 20:47:44 (GMT)
commit6ac5cc15ce2eb54c8a79ff7d92a38949ba4437ca (patch)
tree3c450d089950c1e6e07ddaccc2973cca2c1e59a8 /Doc/library/stdtypes.rst
parentfe63c9a29812449cca5a058c74ab831a89b7b117 (diff)
downloadcpython-6ac5cc15ce2eb54c8a79ff7d92a38949ba4437ca.zip
cpython-6ac5cc15ce2eb54c8a79ff7d92a38949ba4437ca.tar.gz
cpython-6ac5cc15ce2eb54c8a79ff7d92a38949ba4437ca.tar.bz2
whitespace
Diffstat (limited to 'Doc/library/stdtypes.rst')
-rw-r--r--Doc/library/stdtypes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst
index 0636686..057e3af 100644
--- a/Doc/library/stdtypes.rst
+++ b/Doc/library/stdtypes.rst
@@ -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`.