Fix indentation level

This commit is contained in:
Éric Araujo 2010-08-18 22:29:54 +00:00
parent 3119ed73aa
commit 0fc86b86ed

View file

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