Add missing arg to DICT_MERGE opcode (GH-26859)

This commit is contained in:
andrei kulakov 2021-06-27 08:19:14 -04:00 committed by GitHub
parent ed1076428c
commit 6dd69f45f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.