Skip to content

Commit

Permalink
Fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jun 27, 2012
1 parent 5587504 commit 43c6a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flask/ctx.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ def __init__(self, app, environ):
self._pushed_application_context = None

# Functions that should be executed after the request on the response
# object. These will even be called in case of an error.
# object. These will be called before the regular "after_request"
# functions.
self._after_request_functions = []

self.match_request()
Expand Down

0 comments on commit 43c6a1e

Please sign in to comment.