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 45e0f7b..c7e5fd7 100644
--- a/Doc/ref/ref5.tex
+++ b/Doc/ref/ref5.tex
@@ -55,7 +55,7 @@
              {\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}