We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de15f70 commit 150ad5bCopy full SHA for 150ad5b
Doc/library/stdtypes.rst
@@ -5064,7 +5064,7 @@ can be used interchangeably to index the same dictionary entry.
5064
update(mapping, /, **kwargs)
5065
update(iterable, /, **kwargs)
5066
5067
- Update the dictionary with the key/value pairs from *mapping* or *iterable*, overwriting
+ Update the dictionary with the key/value pairs from *mapping* or *iterable* and *kwargs*, overwriting
5068
existing keys. Return ``None``.
5069
5070
:meth:`update` accepts either another object with a ``keys()`` method (in
0 commit comments