From aac8fd3153179875f423dee305aa32df054aaad0 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 20 Jul 2008 22:02:26 +0000 Subject: fix markup --- Doc/library/dis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- cgit v0.12