From: Terry Jan Reedy Date: Wed, 10 Dec 2014 23:49:58 +0000 (-0500) Subject: whitespace X-Git-Tag: v3.4.3rc1~238 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e40031d1dbd8093e79b2f6705209632b6cf24f19;p=thirdparty%2FPython%2Fcpython.git whitespace --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 1e34b5139920..095b0cefe332 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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