]> granicus.if.org Git - python/commitdiff
Adjust markup to worm around tool limitations; the "m" in "model" was being
authorFred Drake <fdrake@acm.org>
Wed, 17 Apr 2002 03:41:50 +0000 (03:41 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Apr 2002 03:41:50 +0000 (03:41 +0000)
dropped in the HTML formatted version.
Reported by Mike Coleman.

Doc/ref/ref4.tex

index 7176f200f4eb7e02d11121a564083171a89a5939..1f8b23737c1ec73a1b5a24a057e470d5de0e5beb 100644 (file)
@@ -171,7 +171,7 @@ statement.  The \keyword{try} ... \keyword{finally} statement
 specifies cleanup code which does not handle the exception, but is
 executed whether an exception occurred or not in the preceding code.
 
-Python uses the ``termination'' \index{termination model}model of
+Python uses the ``termination''\index{termination model} model of
 error handling: an exception handler can find out what happened and
 continue execution at an outer level, but it cannot repair the cause
 of the error and retry the failing operation (except by re-entering