From: Georg Brandl Date: Sat, 31 Mar 2007 11:59:54 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.6a1~1902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43445315ae13e69b781d2983ff06ab9a804a816c;p=python Typo fix. --- diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 096b1eccd0..399bc0e5c5 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.