Commit 507d97d0 authored by Neal Norwitz's avatar Neal Norwitz

SF Bug #1563963, add missing word and cleanup first sentance

parent 8e47c6a0
...@@ -540,10 +540,10 @@ Traceback (most recent call last): ...@@ -540,10 +540,10 @@ Traceback (most recent call last):
StopIteration StopIteration
\end{verbatim} \end{verbatim}
Because \keyword{yield} will often be returning \constant{None}, you \keyword{yield} will usually return \constant{None}, 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 resume your generator function. will be the only method used to resume your generator function.
In addition to \method{send()}, there are two other new methods on In addition to \method{send()}, there are two other new methods on
generators: generators:
......
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