summaryrefslogtreecommitdiffstats
path: root/Doc/library/dis.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/dis.rst')
-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 12e7493..d3009b7 100644
--- a/Doc/library/dis.rst
+++ b/Doc/library/dis.rst
@@ -415,7 +415,7 @@ Miscellaneous opcodes.
.. opcode:: LOAD_BUILD_CLASS ()
Pushes :func:`builtins.__build_class__` onto the stack. It is later called
- by :opcode:`CALL_FUNCTION` to construct a class.
+ by ``CALL_FUNCTION`` to construct a class.
.. opcode:: WITH_CLEANUP ()