Fixed a comment

This commit is contained in:
Armin Ronacher 2012-06-27 12:22:39 +01:00
parent 558750494f
commit 43c6a1ede8

View file

@ -179,7 +179,8 @@ class RequestContext(object):
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()