]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Sat, 31 Mar 2007 11:59:54 +0000 (11:59 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Mar 2007 11:59:54 +0000 (11:59 +0000)
Doc/whatsnew/whatsnew24.tex

index 096b1eccd0e316e0707e841821e95ce771b3130a..399bc0e5c5619adf2b33900d4def5dafdf56aef1 100644 (file)
@@ -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.