]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 18 Dec 2003 13:28:35 +0000 (13:28 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 18 Dec 2003 13:28:35 +0000 (13:28 +0000)
Doc/lib/libitertools.tex

index a85e0480294ae59f249608570bb87a55c8ddc8b6..51570ee60e5198bb5651cf5136f9ecda5083b97d 100644 (file)
@@ -354,7 +354,7 @@ by functions or loops that truncate the stream.
 
   Note, this member of the toolkit may require significant auxiliary
   storage (depending on how much temporary data needs to be stored).
-  In general, if one iterator is going use most or all of the data before
+  In general, if one iterator is going to use most or all of the data before
   the other iterator, it is faster to use \function{list()} instead of
   \function{tee()}.
   \versionadded{2.4}