Skip to content

Commit

Permalink
Merge pull request #603 from rmacy/patch-1
Browse files Browse the repository at this point in the history
Fixed typo occours to occurs
  • Loading branch information
Kenneth Reitz committed Oct 1, 2012
2 parents ee76129 + 7233a3e commit 3b9fe7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/app.py
Expand Up @@ -1265,7 +1265,7 @@ def handle_user_exception(self, e):

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

0 comments on commit 3b9fe7c

Please sign in to comment.