Delete the last reference to ContinuationIteration.

This commit is contained in:
Guido van Rossum 2005-05-02 15:33:47 +00:00
parent a7de7b62af
commit e4db00a173
1 changed files with 1 additions and 2 deletions

View File

@ -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