From 468705df1751b515fa088e6ccb374a59d1afbf76 Mon Sep 17 00:00:00 2001 From: Marat Sharafutdinov Date: Mon, 14 Oct 2019 23:48:48 +0300 Subject: [PATCH] Update reqcontext.rst --- docs/reqcontext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reqcontext.rst b/docs/reqcontext.rst index 5dad6fbf..f109bd27 100644 --- a/docs/reqcontext.rst +++ b/docs/reqcontext.rst @@ -109,7 +109,7 @@ redirects or chain different applications together. After the request is dispatched and a response is generated and sent, the request context is popped, which then pops the application context. Immediately before they are popped, the :meth:`~Flask.teardown_request` -and :meth:`~Flask.teardown_appcontext` functions are are executed. These +and :meth:`~Flask.teardown_appcontext` functions are executed. These execute even if an unhandled exception occurred during dispatch.