diff options
Diffstat (limited to 'Doc/ref/ref6.tex')
-rw-r--r-- | Doc/ref/ref6.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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.} |