From: Andrew M. Kuchling Date: Mon, 29 Aug 2005 13:30:12 +0000 (+0000) Subject: Add missing \end, noted by George Yoshida X-Git-Tag: v2.5a0~1431 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c20337076977c843dfdcfc20e30d71eee2a0504b;p=thirdparty%2FPython%2Fcpython.git Add missing \end, noted by George Yoshida --- diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 74cbf766cf20..dac87b4f70f3 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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