We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 200ce9b + 468705d commit 7df10cdCopy full SHA for 7df10cd
docs/reqcontext.rst
@@ -109,7 +109,7 @@ redirects or chain different applications together.
109
After the request is dispatched and a response is generated and sent,
110
the request context is popped, which then pops the application context.
111
Immediately before they are popped, the :meth:`~Flask.teardown_request`
112
-and :meth:`~Flask.teardown_appcontext` functions are are executed. These
+and :meth:`~Flask.teardown_appcontext` functions are executed. These
113
execute even if an unhandled exception occurred during dispatch.
114
115
0 commit comments