[Python-checkins] python/dist/src/Doc/tut tut.tex,1.165,1.166

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 26 Jun 2002 14:25:18 -0700


Update of /cvsroot/python/python/dist/src/Doc/tut
In directory usw-pr-cvs1:/tmp/cvs-serv6881/tut

Modified Files:
	tut.tex 
Log Message:
Fix typo reported to python-docs.

Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.165
retrieving revision 1.166
diff -C2 -d -r1.165 -r1.166
*** tut.tex	25 Jun 2002 15:13:18 -0000	1.165
--- tut.tex	26 Jun 2002 21:25:15 -0000	1.166
***************
*** 1827,1831 ****
  The resulting list definition tends often to be clearer than lists built
  using those constructs.  Each list comprehension consists of an expression
! following by a \keyword{for} clause, then zero or more \keyword{for} or
  \keyword{if} clauses.  The result will be a list resulting from evaluating
  the expression in the context of the \keyword{for} and \keyword{if} clauses
--- 1827,1831 ----
  The resulting list definition tends often to be clearer than lists built
  using those constructs.  Each list comprehension consists of an expression
! followed by a \keyword{for} clause, then zero or more \keyword{for} or
  \keyword{if} clauses.  The result will be a list resulting from evaluating
  the expression in the context of the \keyword{for} and \keyword{if} clauses