mirror of https://github.com/python/cpython
Armin caught this mistake in bug #973103.
This commit is contained in:
parent
178f9068c4
commit
19f6b86955
|
@ -603,7 +603,7 @@ before really leaving the loop.
|
|||
|
||||
\keyword{continue} may only occur syntactically nested in a \keyword{for} or
|
||||
\keyword{while} loop, but not nested in a function or class definition or
|
||||
\keyword{try} statement within that loop.\footnote{It may
|
||||
\keyword{finally} statement within that loop.\footnote{It may
|
||||
occur within an \keyword{except} or \keyword{else} clause. The
|
||||
restriction on occurring in the \keyword{try} clause is implementor's
|
||||
laziness and will eventually be lifted.}
|
||||
|
|
Loading…
Reference in New Issue