Skip to content

Commit 43c6a1e

Browse files
committed
Fixed a comment
1 parent 5587504 commit 43c6a1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flask/ctx.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ def __init__(self, app, environ):
179179
self._pushed_application_context = None
180180

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

185186
self.match_request()

0 commit comments

Comments
 (0)