--- stdtypes.rst 2009-09-05 16:46:59.692899860 +0800 +++ stdtypes.rst.new 2009-09-05 16:47:55.230895891 +0800 @@ -2013,7 +2013,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