]> 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:26 +0000 (03:42 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 17 Apr 2002 03:42:26 +0000 (03:42 +0000)
dropped in the HTML formatted version.
Reported by Mike Coleman.

Doc/ref/ref4.tex

index 754a5b59d09194d89070e768de71f31078edbf59..61c9729c60c287e9a6f97ad2f4c8631441ed5f32 100644 (file)
@@ -183,7 +183,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