mirror of https://github.com/pallets/flask.git
Revert that change, an HTTP is correct from what I know.
This commit is contained in:
parent
7dae84f002
commit
88a031ab24
2
flask.py
2
flask.py
|
|
@ -1287,7 +1287,7 @@ class Flask(_PackageBoundObject):
|
|||
return f
|
||||
|
||||
def handle_http_exception(self, e):
|
||||
"""Handles a HTTP exception. By default this will invoke the
|
||||
"""Handles an HTTP exception. By default this will invoke the
|
||||
registered error handlers and fall back to returning the
|
||||
exception as response.
|
||||
|
||||
Loading…
Reference in New Issue