mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Add missing arg to DICT_MERGE opcode (GH-26859)
This commit is contained in:
parent
ed1076428c
commit
6dd69f45f5
1 changed files with 1 additions and 1 deletions
|
@ -936,7 +936,7 @@ All of the following opcodes use their arguments.
|
|||
.. versionadded:: 3.9
|
||||
|
||||
|
||||
.. opcode:: DICT_MERGE
|
||||
.. opcode:: DICT_MERGE (i)
|
||||
|
||||
Like :opcode:`DICT_UPDATE` but raises an exception for duplicate keys.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue