[Python-checkins] r51644 - peps/trunk/pep-0339.txt
georg.brandl
python-checkins at python.org
Tue Aug 29 09:19:19 CEST 2006
Author: georg.brandl
Date: Tue Aug 29 09:19:18 2006
New Revision: 51644
Modified:
peps/trunk/pep-0339.txt
Log:
Markup fix.
Modified: peps/trunk/pep-0339.txt
==============================================================================
--- peps/trunk/pep-0339.txt (original)
+++ peps/trunk/pep-0339.txt Tue Aug 29 09:19:18 2006
@@ -379,7 +379,7 @@
First, you must choose a name and a unique identifier number. The official
list of bytecode can be found in Include/opcode.h . If the opcode is to take
an argument, it must be given a unique number greater than that assigned to
-``HAVE_ARGUMENT`` (as found in Include/opcode.h``).
+``HAVE_ARGUMENT`` (as found in Include/opcode.h).
Once the name/number pair
has been chosen and entered in Include/opcode.h, you must also enter it into
More information about the Python-checkins
mailing list