Kaydet (Commit) 19f6b869 authored tarafından Neal Norwitz's avatar Neal Norwitz

Armin caught this mistake in bug #973103.

üst 178f9068
......@@ -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.}
......
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