]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix indentation level
authorÉric Araujo <merwok@netwok.org>
Wed, 18 Aug 2010 22:29:54 +0000 (22:29 +0000)
committerÉric Araujo <merwok@netwok.org>
Wed, 18 Aug 2010 22:29:54 +0000 (22:29 +0000)
Doc/library/stdtypes.rst

index ece9ecb315e1fc9e5f884cec9ba7eaeb11d0a8cf..a92d7b9b61741cca198b999e0cdfe2afb5fdc175 100644 (file)
@@ -2139,8 +2139,8 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
 
    .. method:: update([other])
 
-     Update the dictionary with the key/value pairs from *other*, overwriting
-     existing keys.  Return ``None``.
+      Update the dictionary with the key/value pairs from *other*, overwriting
+      existing keys.  Return ``None``.
 
       :meth:`update` accepts either another dictionary object or an iterable of
       key/value pairs (as a tuple or other iterable of length two).  If keyword