Skip to content

Commit cea338f

Browse files
committed
Closes yasoob#161
1 parent 47de9c2 commit cea338f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exceptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ example:
111111
print('This would be printed in every case.')
112112
113113
# Output: I am sure no exception is going to occur!
114-
# This would only run if no exception occurs.
114+
# This would only run if no exception occurs. And an error here would NOT be caught
115115
# This would be printed in every case.
116116
117117
The ``else`` clause would only run if no exception occurs and it would run

0 commit comments

Comments
 (0)