commit | c20337076977c843dfdcfc20e30d71eee2a0504b | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Mon Aug 29 13:30:12 2005 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Mon Aug 29 13:30:12 2005 +0000 |
tree | 2e8beb897fd3ee404486b8ba726ced6f7ba7342f | |
parent | 6e372d1422dfaf5b1cd2ab2f48a42ee609cc119c [diff] |
Add missing \end, noted by George Yoshida
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 74cbf76..dac87b4 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex
@@ -194,6 +194,7 @@ 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