Skip to content

Commit

Permalink
Clarify wording in App Context documentation. (#1890)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbackman authored and untitaker committed Jun 6, 2016
1 parent baa2689 commit 3384813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appcontext.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 3384813

Please sign in to comment.