forked from orbit-oss/flask
Fixing a word usage issue in docs.
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
This commit is contained in:
parent
09a06abb77
commit
1643e5c391
1 changed files with 1 additions and 1 deletions
|
|
@ -715,7 +715,7 @@ class Flask(_PackageBoundObject):
|
|||
|
||||
def handle_exception(self, e):
|
||||
"""Default exception handling that kicks in when an exception
|
||||
occours that is not catched. In debug mode the exception will
|
||||
occours 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue