From 7a9455109741bbf362491b1fb4da5799db165c73 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 11:38:46 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/appcontext.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/appcontext.rst b/docs/appcontext.rst index 806c4541..16d1e6ea 100644 --- a/docs/appcontext.rst +++ b/docs/appcontext.rst @@ -61,10 +61,10 @@ Flask automatically *pushes* an app context when handling a request. Flask canno .. code-block:: pytb - AssertionError: The setup method 'shell_context_processor' can no - longer be called on the application. It has already handled its + AssertionError: The setup method 'shell_context_processor' can no + longer be called on the application. It has already handled its first request, any changes will not be applied consistently. Make - sure all imports, decorators, functions, etc. needed to set up the + sure all imports, decorators, functions, etc. needed to set up the application are done before running it. This typically means that you attempted to use functionality that