diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-12-18 13:28:35 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-12-18 13:28:35 (GMT) |
commit | 34358208422ecd65ab8ad28f31b61e412e3ac45d (patch) | |
tree | 7d74a5badb576db78b5ae5234c82ca7ab6234917 /Doc | |
parent | 35f2b05dca0cb83db278dfc9e1ddfee324b3b922 (diff) | |
download | cpython-34358208422ecd65ab8ad28f31b61e412e3ac45d.zip cpython-34358208422ecd65ab8ad28f31b61e412e3ac45d.tar.gz cpython-34358208422ecd65ab8ad28f31b61e412e3ac45d.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libitertools.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libitertools.tex b/Doc/lib/libitertools.tex index a85e048..51570ee 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} |