]> granicus.if.org Git - python/commitdiff
Fix symbol in grammar; this should fix some hyperlinking in the HTML
authorFred Drake <fdrake@acm.org>
Mon, 31 Mar 2003 14:53:03 +0000 (14:53 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 31 Mar 2003 14:53:03 +0000 (14:53 +0000)
version.

Doc/ref/ref6.tex

index a476578c736a4a82eef989a472b940258f081713..ba9c182251554ba0d45b59d23e1bad231c8c4340 100644 (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}