From 0b4296ff1740978e8451602a9719cc5fbfb39606 Mon Sep 17 00:00:00 2001 From: Saul Urias Date: Tue, 29 May 2018 10:11:30 -0700 Subject: [PATCH] Fix typo in appcontext.rst --- docs/appcontext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/appcontext.rst b/docs/appcontext.rst index 63006ad4..cdc14d94 100644 --- a/docs/appcontext.rst +++ b/docs/appcontext.rst @@ -27,7 +27,7 @@ writing reusable :doc:`blueprints ` or import at all. Flask solves this issue with the *application context*. Rather than -referring to an ``app`` directly, you use the the :data:`current_app` +referring to an ``app`` directly, you use the :data:`current_app` proxy, which points to the application handling the current activity. Flask automatically *pushes* an application context when handling a