There was an error while loading. Please reload this page.
1 parent 47de9c2 commit cea338fCopy full SHA for cea338f
1 file changed
exceptions.rst
@@ -111,7 +111,7 @@ example:
111
print('This would be printed in every case.')
112
113
# Output: I am sure no exception is going to occur!
114
- # This would only run if no exception occurs.
+ # This would only run if no exception occurs. And an error here would NOT be caught
115
# This would be printed in every case.
116
117
The ``else`` clause would only run if no exception occurs and it would run
0 commit comments