From 216cbca1957c58be22e20d04b8bf2e6f95485d30 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 22 Feb 2002 15:40:23 +0000 Subject: [PATCH] Typo: thsi -> this. Closes SF bug #521450. --- Doc/ref/ref7.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex index 3c4348881db..f22be719a28 100644 --- a/Doc/ref/ref7.tex +++ b/Doc/ref/ref7.tex @@ -280,7 +280,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}