mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Typo fix.
This commit is contained in:
parent
dc580bd821
commit
43445315ae
1 changed files with 1 additions and 1 deletions
|
@ -1291,7 +1291,7 @@ default is 2.
|
||||||
[1, 2, 3]
|
[1, 2, 3]
|
||||||
>>> list(i2) # Run the second iterator to exhaustion
|
>>> list(i2) # Run the second iterator to exhaustion
|
||||||
[1, 2, 3]
|
[1, 2, 3]
|
||||||
>\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
Note that \function{tee()} has to keep copies of the values returned
|
Note that \function{tee()} has to keep copies of the values returned
|
||||||
by the iterator; in the worst case, it may need to keep all of them.
|
by the iterator; in the worst case, it may need to keep all of them.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue