[Python-checkins] python/nondist/peps pep-0340.txt,1.8,1.9

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Fri Apr 29 16:44:33 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16592

Modified Files:
	pep-0340.txt 
Log Message:
typo


Index: pep-0340.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0340.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pep-0340.txt	29 Apr 2005 05:12:38 -0000	1.8
+++ pep-0340.txt	29 Apr 2005 14:44:31 -0000	1.9
@@ -167,7 +167,7 @@
         else:
             BLOCK2
 
-    (However, 'it' and 'arg' are hidden from the user, their scope
+    (However, 'itr' and 'arg' are hidden from the user, their scope
     ends when the while-loop is exited, and they are not shared with
     nested or outer for-loops, and the user cannot override the
     built-ins referenced.)



More information about the Python-checkins mailing list