]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Armin caught this mistake in bug #973103.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Oct 2005 03:38:01 +0000 (03:38 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Oct 2005 03:38:01 +0000 (03:38 +0000)
Doc/ref/ref6.tex

index 3e4b69ed9d9b30d91dc38907ffc05a00d14c2c95..f9ab90c0d585c6750a6a847818cfa5297f372f6f 100644 (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.}