Skip to content

Commit 150ad5b

Browse files
Update Doc/library/stdtypes.rst
Co-authored-by: Jelle Zijlstra <[email protected]>
1 parent de15f70 commit 150ad5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5064,7 +5064,7 @@ can be used interchangeably to index the same dictionary entry.
50645064
update(mapping, /, **kwargs)
50655065
update(iterable, /, **kwargs)
50665066
5067-
Update the dictionary with the key/value pairs from *mapping* or *iterable*, overwriting
5067+
Update the dictionary with the key/value pairs from *mapping* or *iterable* and *kwargs*, overwriting
50685068
existing keys. Return ``None``.
50695069

50705070
:meth:`update` accepts either another object with a ``keys()`` method (in

0 commit comments

Comments
 (0)