Armin caught this mistake in bug #973103.

This commit is contained in:
Neal Norwitz 2005-10-04 03:37:29 +00:00
parent 178f9068c4
commit 19f6b86955
1 changed files with 1 additions and 1 deletions

View File

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