]> granicus.if.org Git - python/commitdiff
#6841: remove duplicated word.
authorGeorg Brandl <georg@python.org>
Sat, 5 Sep 2009 09:04:09 +0000 (09:04 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 5 Sep 2009 09:04:09 +0000 (09:04 +0000)
Doc/library/stdtypes.rst

index 4124952d5c5a229041a2f9cbc2312fe40c495541..93ed710b1fa060b8e6791493cbbf9b032e66d2b9 100644 (file)
@@ -2061,7 +2061,7 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
 
       :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