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 e2552be..dc50c27 100644 --- a/Doc/ref/ref6.tex +++ b/Doc/ref/ref6.tex @@ -431,7 +431,7 @@ continue_stmt: "continue" \keyword{while} loop, but not nested in a function or class definition or \keyword{try} 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 implementer's +restriction on occurring in the \keyword{try} clause is implementor's laziness and will eventually be lifted.} It continues with the next cycle of the nearest enclosing loop. \stindex{for} |