diff options
author | Georg Brandl <georg@python.org> | 2007-03-31 11:59:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-31 11:59:54 (GMT) |
commit | 43445315ae13e69b781d2983ff06ab9a804a816c (patch) | |
tree | f7a43bbd917c69877594c220ea9719b2a3e98bb9 | |
parent | dc580bd821f4df2235f95f3b7405e41a7c4094cc (diff) | |
download | cpython-43445315ae13e69b781d2983ff06ab9a804a816c.zip cpython-43445315ae13e69b781d2983ff06ab9a804a816c.tar.gz cpython-43445315ae13e69b781d2983ff06ab9a804a816c.tar.bz2 |
Typo fix.
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 096b1ec..399bc0e 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -1291,7 +1291,7 @@ default is 2. [1, 2, 3] >>> list(i2) # Run the second iterator to exhaustion [1, 2, 3] ->\end{verbatim} +\end{verbatim} 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. |