[Python-checkins] python/nondist/peps pep-0284.txt,1.4,1.5

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Sat Sep 3 07:48:50 CEST 2005


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

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

Index: pep-0284.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0284.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pep-0284.txt	4 Jul 2005 06:40:53 -0000	1.4
+++ pep-0284.txt	3 Sep 2005 05:48:39 -0000	1.5
@@ -36,7 +36,7 @@
     the premise that the range() format needed fixing, "The whole point
     (15 years ago) of range() was to *avoid* needing syntax to specify a
     loop over numbers. I think it's worked out well and there's nothing
-    that needs to be fixed (except range() needs to become an interator,
+    that needs to be fixed (except range() needs to become an iterator,
     which it will in Python 3.0)."
 
 Rationale



More information about the Python-checkins mailing list