Browse Source

Fixing another article error, in handle_http_exception.

pull/124/head
Dag Odenhall 15 years ago committed by Armin Ronacher
parent
commit
e67903d134
  1. 2
      flask.py

2
flask.py

@ -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.

Loading…
Cancel
Save