Fixing another article error, in handle_http_exception.
This commit is contained in:
parent
cc7876f97f
commit
e67903d134
1 changed files with 1 additions and 1 deletions
2
flask.py
2
flask.py
|
|
@ -1287,7 +1287,7 @@ class Flask(_PackageBoundObject):
|
|||
return f
|
||||
|
||||
def handle_http_exception(self, e):
|
||||
"""Handles an HTTP exception. By default this will invoke the
|
||||
"""Handles a HTTP exception. By default this will invoke the
|
||||
registered error handlers and fall back to returning the
|
||||
exception as response.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue