[Python-checkins] python/nondist/peps pep-0289.txt,1.9,1.10

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Oct 23 21:29:17 EDT 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv27174

Modified Files:
	pep-0289.txt 
Log Message:
Fix typo

Index: pep-0289.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0289.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pep-0289.txt	23 Oct 2003 17:02:11 -0000	1.9
--- pep-0289.txt	24 Oct 2003 01:29:14 -0000	1.10
***************
*** 133,137 ****
     and also::
  
!        g = (x**2 for i in range(10))
  
     i.e. if a function call has a single positional argument, it can be
--- 133,137 ----
     and also::
  
!        g = (x**2 for x in range(10))
  
     i.e. if a function call has a single positional argument, it can be





More information about the Python-checkins mailing list