[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.83,1.84

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Sat Oct 9 17:52:07 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28806

Modified Files:
	ref5.tex 
Log Message:
Patch #1042969: add closing brace for \token {generator_expression}. Thanks
George Yoshida!


Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -d -r1.83 -r1.84
--- ref5.tex	15 Aug 2004 23:28:10 -0000	1.83
+++ ref5.tex	9 Oct 2004 15:52:04 -0000	1.84
@@ -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}
 



More information about the Python-checkins mailing list