]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2006 15:42:46 +0000 (15:42 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2006 15:42:46 +0000 (15:42 +0000)
Doc/whatsnew/whatsnew24.tex

index 51baece6f8a04e66a7702a93766967f83c3c9342..096b1eccd0e316e0707e841821e95ce771b3130a 100644 (file)
@@ -162,7 +162,7 @@ for link in links:
 
 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}