]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing \end, noted by George Yoshida
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 29 Aug 2005 13:30:12 +0000 (13:30 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 29 Aug 2005 13:30:12 +0000 (13:30 +0000)
Doc/whatsnew/whatsnew25.tex

index 74cbf766cf20b2c447aa743f1bcbf7f9c48421c3..dac87b4f70f384f31f91857c2885957d236cb760 100644 (file)
@@ -194,6 +194,7 @@ Traceback (most recent call last):
   File ``t.py'', line 15, in ?
     print it.next()
 StopIteration
+\end{verbatim}
 
 Because \keyword{yield} will often be returning \constant{None}, 
 you shouldn't just use its value in expressions unless you're sure