We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a06ab commit 1643e5cCopy full SHA for 1643e5c
flask/app.py
@@ -715,7 +715,7 @@ def handle_http_exception(self, e):
715
716
def handle_exception(self, e):
717
"""Default exception handling that kicks in when an exception
718
- occours that is not catched. In debug mode the exception will
+ occours that is not caught. In debug mode the exception will
719
be re-raised immediately, otherwise it is logged and the handler
720
for a 500 internal server error is used. If no such handler
721
exists, a default 500 internal server error message is displayed.
0 commit comments