mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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.
This commit is contained in:
parent
f8316638af
commit
f9b526dbfd
5 changed files with 12 additions and 12 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue