From 10a438680aff12bc7812cd056f94d654a20b715f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 29 Aug 2006 07:19:18 +0000 Subject: [PATCH] Markup fix. --- pep-0339.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0339.txt b/pep-0339.txt index bc11c20f2..46644756f 100644 --- a/pep-0339.txt +++ b/pep-0339.txt @@ -379,7 +379,7 @@ on having correct information about what bytecode exists. 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