[Python-3000-checkins] r65162 - python/branches/py3k/Doc/library/dis.rst

benjamin.peterson python-3000-checkins at python.org
Mon Jul 21 00:02:26 CEST 2008


Author: benjamin.peterson
Date: Mon Jul 21 00:02:26 2008
New Revision: 65162

Log:
fix markup

Modified:
   python/branches/py3k/Doc/library/dis.rst

Modified: python/branches/py3k/Doc/library/dis.rst
==============================================================================
--- python/branches/py3k/Doc/library/dis.rst	(original)
+++ python/branches/py3k/Doc/library/dis.rst	Mon Jul 21 00:02:26 2008
@@ -415,7 +415,7 @@
 .. 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 ()


More information about the Python-3000-checkins mailing list