Discussion:
[Python-3000-checkins] r65162 - python/branches/py3k/Doc/library/dis.rst
benjamin.peterson
2008-07-20 22:02:26 UTC
Permalink
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 ()

Loading...