Skip to content

Commit 3b9fe7c

Browse files
author
Kenneth Reitz
committed
Merge pull request pallets#603 from rmacy/patch-1
Fixed typo occours to occurs
2 parents ee76129 + 7233a3e commit 3b9fe7c

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
@@ -1265,7 +1265,7 @@ def handle_user_exception(self, e):
12651265

12661266
def handle_exception(self, e):
12671267
"""Default exception handling that kicks in when an exception
1268-
occours that is not caught. In debug mode the exception will
1268+
occurs that is not caught. In debug mode the exception will
12691269
be re-raised immediately, otherwise it is logged and the handler
12701270
for a 500 internal server error is used. If no such handler
12711271
exists, a default 500 internal server error message is displayed.

0 commit comments

Comments
 (0)