Various documentation fixups

This commit is contained in:
Armin Ronacher 2014-02-08 22:10:08 +00:00
parent 9074bc46af
commit a8a98bc6b6
3 changed files with 15 additions and 13 deletions

View file

@ -322,6 +322,7 @@ The following signals exist in Flask:
.. versionadded:: 0.10
.. data:: flask.appcontext_popped
:noindex:
This signal is sent when an application context is popped. The sender
is the application. This usually falls in line with the