diff options
author | Fred Drake <fdrake@acm.org> | 2003-03-31 14:53:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-03-31 14:53:03 (GMT) |
commit | 007fadd59dfe3db2a9ae09d7e92de3d5595aa1de (patch) | |
tree | 07830f45f8207341e8439ffebb051e9360680e18 /Doc/ref | |
parent | fc71026c8ad67e26cfef26e61b10471647a9f261 (diff) | |
download | cpython-007fadd59dfe3db2a9ae09d7e92de3d5595aa1de.zip cpython-007fadd59dfe3db2a9ae09d7e92de3d5595aa1de.tar.gz cpython-007fadd59dfe3db2a9ae09d7e92de3d5595aa1de.tar.bz2 |
Fix symbol in grammar; this should fix some hyperlinking in the HTML
version.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/ref6.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index a476578..ba9c182 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} |