mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
Manually merge r84187
This commit is contained in:
parent
a9d7c7772f
commit
790c9af79e
1 changed files with 2 additions and 2 deletions
|
@ -1960,8 +1960,8 @@ pairs within braces, for example: ``{'jack': 4098, 'sjoerd': 4127}`` or ``{4098:
|
||||||
|
|
||||||
.. method:: update([other])
|
.. method:: update([other])
|
||||||
|
|
||||||
Update the dictionary with the key/value pairs from *other*, overwriting
|
Update the dictionary with the key/value pairs from *other*, overwriting
|
||||||
existing keys. Return ``None``.
|
existing keys. Return ``None``.
|
||||||
|
|
||||||
:meth:`update` accepts either another dictionary object or an iterable of
|
:meth:`update` accepts either another dictionary object or an iterable of
|
||||||
key/value pairs (as a tuple or other iterable of length two). If keyword
|
key/value pairs (as a tuple or other iterable of length two). If keyword
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue