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 c06089f commit 8b5e802Copy full SHA for 8b5e802
Doc/library/stdtypes.rst
@@ -5060,8 +5060,8 @@ can be used interchangeably to index the same dictionary entry.
5060
``None``.
5061
5062
.. method:: update(**kwargs)
5063
- update(mapping, **kwargs)
5064
- update(iterable, **kwargs)
+ update(mapping, /, **kwargs)
+ update(iterable, /, **kwargs)
5065
5066
Update the dictionary with the key/value pairs from *mapping* or *iterable*, overwriting
5067
existing keys. Return ``None``.
0 commit comments