summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-08-29 13:30:12 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-08-29 13:30:12 (GMT)
commitc20337076977c843dfdcfc20e30d71eee2a0504b (patch)
tree2e8beb897fd3ee404486b8ba726ced6f7ba7342f /Doc
parent6e372d1422dfaf5b1cd2ab2f48a42ee609cc119c (diff)
downloadcpython-c20337076977c843dfdcfc20e30d71eee2a0504b.zip
cpython-c20337076977c843dfdcfc20e30d71eee2a0504b.tar.gz
cpython-c20337076977c843dfdcfc20e30d71eee2a0504b.tar.bz2
Add missing \end, noted by George Yoshida
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew25.tex1
1 files changed, 1 insertions, 0 deletions
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 @@ 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