Skip to content

Commit 7df10cd

Browse files
authored
Merge pull request pallets#3395 from decaz/patch-1
Update reqcontext.rst
2 parents 200ce9b + 468705d commit 7df10cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reqcontext.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ redirects or chain different applications together.
109109
After the request is dispatched and a response is generated and sent,
110110
the request context is popped, which then pops the application context.
111111
Immediately before they are popped, the :meth:`~Flask.teardown_request`
112-
and :meth:`~Flask.teardown_appcontext` functions are are executed. These
112+
and :meth:`~Flask.teardown_appcontext` functions are executed. These
113113
execute even if an unhandled exception occurred during dispatch.
114114

115115

0 commit comments

Comments
 (0)