mirror of
https://github.com/python/cpython.git
synced 2026-05-16 09:29:00 -04:00
Add missing \end, noted by George Yoshida
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user