mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Add missing arg to DICT_MERGE opcode (GH-26859)
This commit is contained in:
parent
ed1076428c
commit
6dd69f45f5
@ -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…
Reference in New Issue
Block a user