From: Fred Drake Date: Fri, 22 Feb 2002 15:41:13 +0000 (+0000) Subject: Typo: thsi -> this. Closes SF bug #521450. X-Git-Tag: v2.1.3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=205da048f0d98a46b131313a2dc70d4d32f3a7e2;p=thirdparty%2FPython%2Fcpython.git Typo: thsi -> this. Closes SF bug #521450. --- diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex index ec0972e7cc6e..0fe4868f95ca 100644 --- a/Doc/ref/ref7.tex +++ b/Doc/ref/ref7.tex @@ -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}