From: Neal Norwitz Date: Tue, 4 Oct 2005 03:38:01 +0000 (+0000) Subject: Armin caught this mistake in bug #973103. X-Git-Tag: v2.4.3c1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02ea578939d2f7954b54e553037ebff3169b59a0;p=thirdparty%2FPython%2Fcpython.git Armin caught this mistake in bug #973103. --- diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 3e4b69ed9d9b..f9ab90c0d585 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -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.}