Skip to content

Commit 1643e5c

Browse files
Sean Reifschneidermitsuhiko
Sean Reifschneider
authored andcommitted
Fixing a word usage issue in docs.
Signed-off-by: Armin Ronacher <[email protected]>
1 parent 09a06ab commit 1643e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def handle_http_exception(self, e):
715715

716716
def handle_exception(self, e):
717717
"""Default exception handling that kicks in when an exception
718-
occours that is not catched. In debug mode the exception will
718+
occours that is not caught. In debug mode the exception will
719719
be re-raised immediately, otherwise it is logged and the handler
720720
for a 500 internal server error is used. If no such handler
721721
exists, a default 500 internal server error message is displayed.

0 commit comments

Comments
 (0)