mirror of
https://github.com/python/cpython.git
synced 2025-09-23 17:03:23 +00:00
Add missing \end, noted by George Yoshida
This commit is contained in:
parent
6e372d1422
commit
c203370769
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ Traceback (most recent call last):
|
||||||
File ``t.py'', line 15, in ?
|
File ``t.py'', line 15, in ?
|
||||||
print it.next()
|
print it.next()
|
||||||
StopIteration
|
StopIteration
|
||||||
|
\end{verbatim}
|
||||||
|
|
||||||
Because \keyword{yield} will often be returning \constant{None},
|
Because \keyword{yield} will often be returning \constant{None},
|
||||||
you shouldn't just use its value in expressions unless you're sure
|
you shouldn't just use its value in expressions unless you're sure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue