]> granicus.if.org Git - python/commitdiff
fix markup
authorBenjamin Peterson <benjamin@python.org>
Sun, 20 Jul 2008 22:02:26 +0000 (22:02 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 20 Jul 2008 22:02:26 +0000 (22:02 +0000)
Doc/library/dis.rst

index 12e74931862896cfb208890cce4b83e4c6a7ab96..d3009b7473f3cb1298387ff4df13ad1601fc3fa8 100644 (file)
@@ -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 ()