]> granicus.if.org Git - python/commitdiff
whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 12 Jun 2015 20:47:03 +0000 (16:47 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 12 Jun 2015 20:47:03 +0000 (16:47 -0400)
Doc/library/stdtypes.rst

index 4b49df47709a681f425bb0e7b22538579268c202..bb918df3d4fc0543a85f44f335a87c582a142b98 100644 (file)
@@ -2232,7 +2232,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.
-      
+
 
 .. _dict-views: