Patch #1042969: add closing brace for \token {generator_expression}. Thanks

George Yoshida!
This commit is contained in:
Johannes Gijsbers 2004-10-09 15:52:04 +00:00
parent dab988dd23
commit 7126976ee8

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