Skip to content

Commit

Permalink
Fixing another article error, in handle_http_exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
dag authored and mitsuhiko committed Jun 5, 2010
1 parent cc7876f commit e67903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask.py
Expand Up @@ -1287,7 +1287,7 @@ def context_processor(self, f):
return f

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
exception as response.
Expand Down

0 comments on commit e67903d

Please sign in to comment.