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

Doc/ref/ref4.tex

index 2272f3ebcd45eaa14c79ee4ba1d3a8338fd9b9aa..76b1fd37a0b8889ff43b4d51eb6f4181baa165bb 100644 (file)
@@ -184,7 +184,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