Skip to content

Commit 5e858cf

Browse files
Update Error Handling and Raise Exceptions.py
1 parent 328f756 commit 5e858cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Error Handling and Raise Exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
try:
7171
pass
72-
except Execeptions:
72+
except Exception:
7373
pass
7474
else:
7575
pass

0 commit comments

Comments
 (0)