diff --git a/docs/appcontext.rst b/docs/appcontext.rst index 5d420e0f..689f12bc 100644 --- a/docs/appcontext.rst +++ b/docs/appcontext.rst @@ -66,7 +66,7 @@ Flask automatically *pushes* an app context when handling a request. Flask canno first request, any changes will not be applied consistently. Make sure all imports, decorators, functions, etc. needed to set up the application are done before running it. - + Manually Push a Context -----------------------