diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-07-20 22:02:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-07-20 22:02:26 (GMT) |
commit | aac8fd3153179875f423dee305aa32df054aaad0 (patch) | |
tree | 00dfa5b23859f4f55127e8f6dc7a0cccc5f17eb9 /Doc/library/dis.rst | |
parent | 5ac22308be9b0aa10cba6976f988c6c28d016644 (diff) | |
download | cpython-aac8fd3153179875f423dee305aa32df054aaad0.zip cpython-aac8fd3153179875f423dee305aa32df054aaad0.tar.gz cpython-aac8fd3153179875f423dee305aa32df054aaad0.tar.bz2 |
fix markup
Diffstat (limited to 'Doc/library/dis.rst')
-rw-r--r-- | Doc/library/dis.rst | 2 |
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 () |