Fixed a typo
This commit is contained in:
parent
d26af4fd6d
commit
bcd00e5070
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def has_request_context():
|
||||||
|
|
||||||
|
|
||||||
def has_app_context():
|
def has_app_context():
|
||||||
"""Worksl ike :func:`has_request_context` but for the application
|
"""Works like :func:`has_request_context` but for the application
|
||||||
context. You can also just do a boolean check on the
|
context. You can also just do a boolean check on the
|
||||||
:data:`current_app` object instead.
|
:data:`current_app` object instead.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue