diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-08-29 13:30:12 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-08-29 13:30:12 (GMT) |
commit | c20337076977c843dfdcfc20e30d71eee2a0504b (patch) | |
tree | 2e8beb897fd3ee404486b8ba726ced6f7ba7342f /Doc/whatsnew | |
parent | 6e372d1422dfaf5b1cd2ab2f48a42ee609cc119c (diff) | |
download | cpython-c20337076977c843dfdcfc20e30d71eee2a0504b.zip cpython-c20337076977c843dfdcfc20e30d71eee2a0504b.tar.gz cpython-c20337076977c843dfdcfc20e30d71eee2a0504b.tar.bz2 |
Add missing \end, noted by George Yoshida
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 1 |
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 |