Add missing word
This commit is contained in:
parent
27021f1cb8
commit
cf1e760d3e
|
@ -540,7 +540,7 @@ Traceback (most recent call last):
|
||||||
StopIteration
|
StopIteration
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
\keyword{yield} will usually return \constant{None}, you
|
\keyword{yield} will usually return \constant{None}, so you
|
||||||
should always check for this case. Don't just use its value in
|
should always check for this case. Don't just use its value in
|
||||||
expressions unless you're sure that the \method{send()} method
|
expressions unless you're sure that the \method{send()} method
|
||||||
will be the only method used to resume your generator function.
|
will be the only method used to resume your generator function.
|
||||||
|
|
Loading…
Reference in New Issue