Improve the grammar
This commit is contained in:
parent
4f84f85691
commit
17d2d4697c
1 changed files with 1 additions and 1 deletions
|
|
@ -446,7 +446,7 @@ Here is an example template:
|
||||||
|
|
||||||
Inside templates you also have access to the :data:`~flask.Flask.config`,
|
Inside templates you also have access to the :data:`~flask.Flask.config`,
|
||||||
:class:`~flask.request`, :class:`~flask.session` and :class:`~flask.g` [#]_ objects
|
:class:`~flask.request`, :class:`~flask.session` and :class:`~flask.g` [#]_ objects
|
||||||
as well as the :func:`~flask.url_for` and :func:`~flask.get_flashed_messages` function.
|
as well as the :func:`~flask.url_for` and :func:`~flask.get_flashed_messages` functions.
|
||||||
|
|
||||||
Templates are especially useful if inheritance is used. If you want to
|
Templates are especially useful if inheritance is used. If you want to
|
||||||
know how that works, see :doc:`patterns/templateinheritance`. Basically
|
know how that works, see :doc:`patterns/templateinheritance`. Basically
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue