Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b037732

Browse filesBrowse files
Unique-Usmanhugovk
authored andcommitted
pythongh-110383: Explained which error message is generated when there is an unhandled exception (pythonGH-111574)
(cherry picked from commit a6d25de) Co-authored-by: Unique-Usman <86585626+Unique-Usman@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
1 parent 5134f66 commit b037732
Copy full SHA for b037732

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎Doc/tutorial/errors.rst

Copy file name to clipboardExpand all lines: Doc/tutorial/errors.rst
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ The :keyword:`try` statement works as follows.
108108

109109
* If an exception occurs which does not match the exception named in the *except
110110
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.
111+
found, it is an *unhandled exception* and execution stops with an error message.
113112

114113
A :keyword:`try` statement may have more than one *except clause*, to specify
115114
handlers for different exceptions. At most one handler will be executed.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.