From: Andrew M. Kuchling Date: Thu, 18 Dec 2003 13:28:35 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.4a1~1069 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34358208422ecd65ab8ad28f31b61e412e3ac45d;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Doc/lib/libitertools.tex b/Doc/lib/libitertools.tex index a85e0480294a..51570ee60e51 100644 --- a/Doc/lib/libitertools.tex +++ b/Doc/lib/libitertools.tex @@ -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}