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

This commit is contained in:
Armin Ronacher 2010-06-05 04:36:04 -07:00
parent 7dae84f002
commit 88a031ab24
1 changed files with 1 additions and 1 deletions

View File

@ -1287,7 +1287,7 @@ class Flask(_PackageBoundObject):
return f return f
def handle_http_exception(self, e): 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 registered error handlers and fall back to returning the
exception as response. exception as response.