]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whitespace
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 10 Dec 2014 23:49:58 +0000 (18:49 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 10 Dec 2014 23:49:58 +0000 (18:49 -0500)
Doc/library/stdtypes.rst

index 1e34b5139920be76be0e3214d8c6f99c0d7367b3..095b0cefe33200a9919a0bdc622cb938f211b1b3 100644 (file)
@@ -3762,7 +3762,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
       not in the map.
 
       .. index:: __missing__()
-  
+
       If a subclass of dict defines a method :meth:`__missing__` and *key*
       is not present, the ``d[key]`` operation calls that method with the key *key*
       as argument.  The ``d[key]`` operation then returns or raises whatever is