Fix typo in docs (#3517)

This commit is contained in:
kylepollina 2020-02-27 16:22:03 -06:00 committed by GitHub
parent a75315028c
commit 37f582dbb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,7 @@ redirects or chain different applications together.
After the request is dispatched and a response is generated and sent, After the request is dispatched and a response is generated and sent,
the request context is popped, which then pops the application context. the request context is popped, which then pops the application context.
Immediately before they are popped, the :meth:`~Flask.teardown_request` 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. execute even if an unhandled exception occurred during dispatch.