Skip to content

Commit 6dd69f4

Browse files
authored
Add missing arg to DICT_MERGE opcode (GH-26859)
1 parent ed10764 commit 6dd69f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ All of the following opcodes use their arguments.
936936
.. versionadded:: 3.9
937937

938938

939-
.. opcode:: DICT_MERGE
939+
.. opcode:: DICT_MERGE (i)
940940

941941
Like :opcode:`DICT_UPDATE` but raises an exception for duplicate keys.
942942

0 commit comments

Comments
 (0)