[Python-checkins] r84187 - python/branches/py3k/Doc/library/stdtypes.rst

eric.araujo python-checkins at python.org
Thu Aug 19 00:29:54 CEST 2010


Author: eric.araujo
Date: Thu Aug 19 00:29:54 2010
New Revision: 84187

Log:
Fix indentation level


Modified:
   python/branches/py3k/Doc/library/stdtypes.rst

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Thu Aug 19 00:29:54 2010
@@ -2139,8 +2139,8 @@
 
    .. 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


More information about the Python-checkins mailing list