From 817442f7205c6d6056f7c4b834f8beedaf889c88 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Apr 2002 03:42:26 +0000 Subject: [PATCH] Adjust markup to worm around tool limitations; the "m" in "model" was being dropped in the HTML formatted version. Reported by Mike Coleman. --- Doc/ref/ref4.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index 754a5b59d091..61c9729c60c2 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -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 -- 2.47.3