]> granicus.if.org Git - python/commitdiff
Patch #1042969: add closing brace for \token {generator_expression}. Thanks
authorJohannes Gijsbers <jlg@dds.nl>
Sat, 9 Oct 2004 15:52:04 +0000 (15:52 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sat, 9 Oct 2004 15:52:04 +0000 (15:52 +0000)
George Yoshida!

Doc/ref/ref5.tex

index 45e0f7b506cb911bd8bcd44cbb700c8a7e4fc0b6..c7e5fd7683d6353229e1c5bc933d1d1998e51daf 100644 (file)
@@ -55,7 +55,7 @@ categorized syntactically as atoms.  The syntax for atoms is:
              {\token{identifier} | \token{literal} | \token{enclosure}}
   \production{enclosure}
              {\token{parenth_form} | \token{list_display}}
-  \productioncont{| \token{generator_expression | \token{dict_display}}}
+  \productioncont{| \token{generator_expression} | \token{dict_display}}
   \productioncont{| \token{string_conversion}}
 \end{productionlist}