summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref7.tex
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-16 19:05:38 (GMT)
committerThomas Wouters <thomas@python.org>2000-07-16 19:05:38 (GMT)
commitf9b526dbfd9d10f105c96bde76c39232472beb64 (patch)
tree848a306383b6f2cc8a826214d9fee36e28ef32c0 /Doc/ref/ref7.tex
parentf8316638afb2eff261c3854ee6e02b9bc47d0955 (diff)
downloadcpython-f9b526dbfd9d10f105c96bde76c39232472beb64.zip
cpython-f9b526dbfd9d10f105c96bde76c39232472beb64.tar.gz
cpython-f9b526dbfd9d10f105c96bde76c39232472beb64.tar.bz2
More of Rob W. W. Hooft's spelling fixes. The only ones left now are the
distutils patches, which I'll leave to the distutils maintainers. Tip: review the patch like this: grep "^[\!+-] " <patchfile> To get a quick and easy way to review the actual changes. Most of the changes are single-line ones, anyway.
Diffstat (limited to 'Doc/ref/ref7.tex')
-rw-r--r--Doc/ref/ref7.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex
index 097bbcd..6356cd8 100644
--- a/Doc/ref/ref7.tex
+++ b/Doc/ref/ref7.tex
@@ -211,7 +211,7 @@ If no except clause matches the exception, the search for an exception
handler continues in the surrounding code and on the invocation stack.
If the evaluation of an expression in the header of an except clause
-raises an exception, the original search for a handler is cancelled
+raises an exception, the original search for a handler is canceled
and a search starts for the new exception in the surrounding code and
on the call stack (it is treated as if the entire \keyword{try} statement
raised the exception).