fix markup

This commit is contained in:
Benjamin Peterson 2008-07-20 22:02:26 +00:00
parent 5ac22308be
commit aac8fd3153

View 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 ()