diff --git a/Doc/ref/ref4.tex b/Doc/ref/ref4.tex index 7176f200f4e..1f8b23737c1 100644 --- a/Doc/ref/ref4.tex +++ b/Doc/ref/ref4.tex @@ -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