diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-10-09 15:52:04 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-10-09 15:52:04 (GMT) |
commit | 7126976ee80ff10cff25a41411274b03c62195c2 (patch) | |
tree | 22d9ff454e887e1b694a2e9f599a50b4c0fa06fa | |
parent | dab988dd23e6328dadfe8408cd96abf4b017380d (diff) | |
download | cpython-7126976ee80ff10cff25a41411274b03c62195c2.zip cpython-7126976ee80ff10cff25a41411274b03c62195c2.tar.gz cpython-7126976ee80ff10cff25a41411274b03c62195c2.tar.bz2 |
Patch #1042969: add closing brace for \token {generator_expression}. Thanks
George Yoshida!
-rw-r--r-- | Doc/ref/ref5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 45e0f7b..c7e5fd7 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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} |