mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Patch #1042969: add closing brace for \token {generator_expression}. Thanks
George Yoshida!
This commit is contained in:
parent
dab988dd23
commit
7126976ee8
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue