[Python-checkins] r50936 - python/trunk/Doc/whatsnew/whatsnew24.tex

andrew.kuchling python-checkins at python.org
Sat Jul 29 17:42:46 CEST 2006


Author: andrew.kuchling
Date: Sat Jul 29 17:42:46 2006
New Revision: 50936

Modified:
   python/trunk/Doc/whatsnew/whatsnew24.tex
Log:
Typo fix

Modified: python/trunk/Doc/whatsnew/whatsnew24.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew24.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew24.tex	Sat Jul 29 17:42:46 2006
@@ -162,7 +162,7 @@
 
 Generator expressions always have to be written inside parentheses, as
 in the above example.  The parentheses signalling a function call also
-count, so if you want to create a iterator that will be immediately
+count, so if you want to create an iterator that will be immediately
 passed to a function you could write:
 
 \begin{verbatim}


More information about the Python-checkins mailing list