[Python-checkins] r74666 - python/trunk/Doc/library/stdtypes.rst

georg.brandl python-checkins at python.org
Sat Sep 5 11:04:14 CEST 2009


Author: georg.brandl
Date: Sat Sep  5 11:04:09 2009
New Revision: 74666

Log:
#6841: remove duplicated word.

Modified:
   python/trunk/Doc/library/stdtypes.rst

Modified: python/trunk/Doc/library/stdtypes.rst
==============================================================================
--- python/trunk/Doc/library/stdtypes.rst	(original)
+++ python/trunk/Doc/library/stdtypes.rst	Sat Sep  5 11:04:09 2009
@@ -2061,7 +2061,7 @@
 
       :func:`update` accepts either another dictionary object or an iterable of
       key/value pairs (as a tuple or other iterable of length two).  If keyword
-      arguments are specified, the dictionary is then is updated with those
+      arguments are specified, the dictionary is then updated with those
       key/value pairs: ``d.update(red=1, blue=2)``.
 
       .. versionchanged:: 2.4


More information about the Python-checkins mailing list