diff options
author | Fred Drake <fdrake@acm.org> | 2002-02-22 15:40:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-02-22 15:40:45 (GMT) |
commit | e5830474256beae186fd5845669608798d25dcdd (patch) | |
tree | 6dc86e8fa6ada02e1dfbac9bf8a5cb9b44efb9a7 /Doc | |
parent | dcaab1fb1b7cff3bfa05249e4fcc00a69948df2a (diff) | |
download | cpython-e5830474256beae186fd5845669608798d25dcdd.zip cpython-e5830474256beae186fd5845669608798d25dcdd.tar.gz cpython-e5830474256beae186fd5845669608798d25dcdd.tar.bz2 |
Typo: thsi -> this. Closes SF bug #521450.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref7.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex index 3c43488..f22be71 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} |