From 19f6b86955d84f949b17a33144d4c907746e2b84 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 4 Oct 2005 03:37:29 +0000 Subject: Armin caught this mistake in bug #973103. --- Doc/ref/ref6.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex index 3e4b69e..f9ab90c 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.} -- cgit v0.12