From c20337076977c843dfdcfc20e30d71eee2a0504b Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Mon, 29 Aug 2005 13:30:12 +0000 Subject: [PATCH] Add missing \end, noted by George Yoshida --- Doc/whatsnew/whatsnew25.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 74cbf766cf2..dac87b4f70f 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