]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 12 Jun 2015 20:47:44 +0000 (16:47 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 12 Jun 2015 20:47:44 +0000 (16:47 -0400)
Doc/library/stdtypes.rst

index 0636686672adce28e3d97646f86931a84ce5b333..057e3afaf254e1877f40cf6812bde8f69f91fa91 100644 (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`.