[Python-checkins] r54632 - python/trunk/Doc/whatsnew/whatsnew24.tex

georg.brandl python-checkins at python.org
Sat Mar 31 13:59:54 CEST 2007


Author: georg.brandl
Date: Sat Mar 31 13:59:54 2007
New Revision: 54632

Modified:
   python/trunk/Doc/whatsnew/whatsnew24.tex
Log:
Typo fix.


Modified: python/trunk/Doc/whatsnew/whatsnew24.tex
==============================================================================
--- python/trunk/Doc/whatsnew/whatsnew24.tex	(original)
+++ python/trunk/Doc/whatsnew/whatsnew24.tex	Sat Mar 31 13:59:54 2007
@@ -1291,7 +1291,7 @@
 [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.  


More information about the Python-checkins mailing list