Fixed a comment
This commit is contained in:
parent
558750494f
commit
43c6a1ede8
1 changed files with 2 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue