From: Fred Drake Date: Mon, 31 Mar 2003 14:53:03 +0000 (+0000) Subject: Fix symbol in grammar; this should fix some hyperlinking in the HTML X-Git-Tag: v2.3c1~1310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=007fadd59dfe3db2a9ae09d7e92de3d5595aa1de;p=python 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 a476578c73..ba9c182251 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}