From e59e00576d68641ad88143598f3d97aa1d12ec1a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Wed, 24 Jul 2013 21:48:28 +0200 Subject: [PATCH] Fixed a documentation typo --- docs/signals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/signals.rst b/docs/signals.rst index 799b5a91..5d574965 100644 --- a/docs/signals.rst +++ b/docs/signals.rst @@ -321,7 +321,7 @@ The following signals exist in Flask: .. versionadded:: 0.10 -.. data:: appcontext_popped +.. data:: flask.appcontext_popped This signal is sent when an application context is popped. The sender is the application. This usually falls in line with the