Add missing \end, noted by George Yoshida

This commit is contained in:
Andrew M. Kuchling 2005-08-29 13:30:12 +00:00
parent 6e372d1422
commit c203370769
1 changed files with 1 additions and 0 deletions

View File

@ -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