Fix symbol in grammar; this should fix some hyperlinking in the HTML

version.
This commit is contained in:
Fred Drake 2003-03-31 14:53:03 +00:00
parent fc71026c8a
commit 007fadd59d
1 changed files with 1 additions and 1 deletions

View File

@ -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}