fix grammar in links to app and request context
This commit is contained in:
parent
b4094b35ef
commit
1a40d9b976
3 changed files with 5 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ a request, CLI command, or other activity. Rather than passing the
|
|||
application around to each function, the :data:`current_app` and
|
||||
:data:`g` proxies are accessed instead.
|
||||
|
||||
This is similar to the :doc:`/reqcontext`, which keeps track of
|
||||
This is similar to :doc:`/reqcontext`, which keeps track of
|
||||
request-level data during a request. A corresponding application context
|
||||
is pushed when a request context is pushed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue