From: Benjamin Peterson Date: Sun, 20 Jul 2008 22:02:26 +0000 (+0000) Subject: fix markup X-Git-Tag: v3.0b3~254 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aac8fd3153179875f423dee305aa32df054aaad0;p=thirdparty%2FPython%2Fcpython.git fix markup --- diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index 12e749318628..d3009b7473f3 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 ()