mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +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 ?
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue