Commit 43445315 authored by Georg Brandl's avatar Georg Brandl

Typo fix.

parent dc580bd8
...@@ -1291,7 +1291,7 @@ default is 2. ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment