mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Fix typo
This commit is contained in:
parent
35f2b05dca
commit
3435820842
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ by functions or loops that truncate the stream.
|
||||||
|
|
||||||
Note, this member of the toolkit may require significant auxiliary
|
Note, this member of the toolkit may require significant auxiliary
|
||||||
storage (depending on how much temporary data needs to be stored).
|
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
|
the other iterator, it is faster to use \function{list()} instead of
|
||||||
\function{tee()}.
|
\function{tee()}.
|
||||||
\versionadded{2.4}
|
\versionadded{2.4}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue