Merge branch '1.0.x' into 1.1.x

This commit is contained in:
David Lord 2019-09-23 08:38:11 -07:00
commit 746d9181d7
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
9 changed files with 71 additions and 71 deletions

View file

@ -144,7 +144,7 @@ If you're writing an extension, :data:`g` should be reserved for user
code. You may store internal data on the context itself, but be sure to
use a sufficiently unique name. The current context is accessed with
:data:`_app_ctx_stack.top <_app_ctx_stack>`. For more information see
:doc:`extensiondev`.
:doc:`/extensiondev`.
Events and Signals