We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a97c3 commit 11b91beCopy full SHA for 11b91be
Doc/tutorial/errors.rst
@@ -108,8 +108,7 @@ The :keyword:`try` statement works as follows.
108
109
* If an exception occurs which does not match the exception named in the *except
110
clause*, it is passed on to outer :keyword:`try` statements; if no handler is
111
- found, it is an *unhandled exception* and execution stops with a message as
112
- shown above.
+ found, it is an *unhandled exception* and execution stops with an error message.
113
114
A :keyword:`try` statement may have more than one *except clause*, to specify
115
handlers for different exceptions. At most one handler will be executed.
0 commit comments