Kaydet (Commit) 7126976e authored tarafından Johannes Gijsbers's avatar Johannes Gijsbers

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

George Yoshida!
üst dab988dd
......@@ -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