From: Éric Araujo Date: Wed, 18 Aug 2010 22:29:54 +0000 (+0000) Subject: Fix indentation level X-Git-Tag: v3.2a2~218 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fc86b86ed1381866f159f534125449d069c1785;p=thirdparty%2FPython%2Fcpython.git Fix indentation level --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index ece9ecb315e1..a92d7b9b6174 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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