Fixing another article error, in handle_http_exception.

This commit is contained in:
Dag Odenhall 2010-06-05 08:03:37 +08:00 committed by Armin Ronacher
parent cc7876f97f
commit e67903d134

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 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 registered error handlers and fall back to returning the
exception as response. exception as response.