summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/dis.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst
index 645e94a..2174706 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -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.