Commit e452f51b authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Add missing word

parent 9bfc2448
......@@ -540,7 +540,7 @@ Traceback (most recent call last):
StopIteration
\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
expressions unless you're sure that the \method{send()} method
will be the only method used to resume your generator function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment