From: Johannes Gijsbers <jlg@dds.nl>
Date: Sat, 9 Oct 2004 15:52:04 +0000 (+0000)
Subject: Patch #1042969: add closing brace for \token {generator_expression}. Thanks
X-Git-Tag: v2.4b1~69
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7126976ee80ff10cff25a41411274b03c62195c2;p=python

Patch #1042969: add closing brace for \token {generator_expression}. Thanks
George Yoshida!
---

diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex
index 45e0f7b506..c7e5fd7683 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}