From: Fred Drake Date: Mon, 31 Mar 2003 14:54:18 +0000 (+0000) Subject: Fix symbol in grammar; this should fix some hyperlinking in the HTML X-Git-Tag: v2.2.3c1~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9ea8766c640278f6df31a9f06374efa08b20ff1;p=thirdparty%2FPython%2Fcpython.git Fix symbol in grammar; this should fix some hyperlinking in the HTML version. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 8fa94de472d1..4651fd024f9e 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -62,7 +62,7 @@ Assert statements\stindex{assert} are a convenient way to insert debugging assertions\indexii{debugging}{assertions} into a program: \begin{productionlist} - \production{assert_statement} + \production{assert_stmt} {"assert" \token{expression} ["," \token{expression}]} \end{productionlist}