]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo: thsi -> this. Closes SF bug #521450.
authorFred Drake <fdrake@acm.org>
Fri, 22 Feb 2002 15:41:13 +0000 (15:41 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 22 Feb 2002 15:41:13 +0000 (15:41 +0000)
Doc/ref/ref7.tex

index ec0972e7cc6e690e2312bff92dbadb9c2ab7d070..0fe4868f95ca8193f13917767c0c3cc40fd2e12c 100644 (file)
@@ -263,7 +263,7 @@ re-raised.  If the \keyword{finally} clause raises another exception or
 executes a \keyword{return} or \keyword{break} statement, the saved
 exception is lost.  A \keyword{continue} statement is illegal in the
 \keyword{finally} clause.  (The reason is a problem with the current
-implementation -- thsi restriction may be lifted in the future).  The
+implementation -- this restriction may be lifted in the future).  The
 exception information is not available to the program during execution of
 the \keyword{finally} clause.
 \kwindex{finally}