[Python-checkins] python/dist/src/Doc/ref ref5.tex,1.71,1.72

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Thu, 10 Apr 2003 14:51:32 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory sc8-pr-cvs1:/tmp/cvs-serv20908/Doc/ref

Modified Files:
	ref5.tex 
Log Message:
Add a space after expression to be consistent

Index: ref5.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref5.tex,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** ref5.tex	16 Dec 2002 13:54:01 -0000	1.71
--- ref5.tex	10 Apr 2003 21:51:29 -0000	1.72
***************
*** 158,162 ****
    \production{listmaker}
               {\token{expression} ( \token{list_for}
!               | ( "," \token{expression})* [","] )}
    \production{list_iter}
               {\token{list_for} | \token{list_if}}
--- 158,162 ----
    \production{listmaker}
               {\token{expression} ( \token{list_for}
!               | ( "," \token{expression} )* [","] )}
    \production{list_iter}
               {\token{list_for} | \token{list_if}}