forked from orbit-oss/flask
Clarify wording in App Context documentation. (#1890)
This commit is contained in:
parent
baa2689658
commit
3384813151
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ The application context is also used by the :func:`~flask.url_for`
|
|||
function in case a ``SERVER_NAME`` was configured. This allows you to
|
||||
generate URLs even in the absence of a request.
|
||||
|
||||
If a request context has not been pushed and an application context has
|
||||
If no request context has been pushed and an application context has
|
||||
not been explicitly set, a ``RuntimeError`` will be raised.
|
||||
::
|
||||
RuntimeError: Working outside of application context.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue