Delete the last reference to ContinuationIteration.
This commit is contained in:
parent
a7de7b62af
commit
e4db00a173
|
@ -291,8 +291,7 @@ Specification: Generator Exception Handling
|
|||
The yield-statement will be allowed to be used on the right-hand
|
||||
side of an assignment; in that case it is referred to as
|
||||
yield-expression. The value of this yield-expression is None
|
||||
unless __next__() was called with a ContinueIteration argument;
|
||||
see below.
|
||||
unless __next__() was called with an argument; see below.
|
||||
|
||||
A yield-expression must always be parenthesized except when it
|
||||
occurs at the top-level expression on the right-hand side of an
|
||||
|
|
Loading…
Reference in New Issue