Browse Source

Revert that change, an HTTP is correct from what I know.

pull/124/head
Armin Ronacher 15 years ago
parent
commit
88a031ab24
  1. 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…
Cancel
Save