Commit 2aa9fa17 authored by Johannes Gijsbers's avatar Johannes Gijsbers

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

George Yoshida!
parent 285617da
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment