summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-03-31 14:53:03 (GMT)
committerFred Drake <fdrake@acm.org>2003-03-31 14:53:03 (GMT)
commit007fadd59dfe3db2a9ae09d7e92de3d5595aa1de (patch)
tree07830f45f8207341e8439ffebb051e9360680e18 /Doc
parentfc71026c8ad67e26cfef26e61b10471647a9f261 (diff)
downloadcpython-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')
-rw-r--r--Doc/ref/ref6.tex2
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}