summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-02-22 15:40:23 (GMT)
committerFred Drake <fdrake@acm.org>2002-02-22 15:40:23 (GMT)
commit216cbca1957c58be22e20d04b8bf2e6f95485d30 (patch)
tree26f64e3349d10ff50827288a303b44c1b359dd61 /Doc/ref
parentf47d60ffecd4ef701cbc435effbc44ff9c87a6e4 (diff)
downloadcpython-216cbca1957c58be22e20d04b8bf2e6f95485d30.zip
cpython-216cbca1957c58be22e20d04b8bf2e6f95485d30.tar.gz
cpython-216cbca1957c58be22e20d04b8bf2e6f95485d30.tar.bz2
Typo: thsi -> this. Closes SF bug #521450.
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref7.tex2
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}