From 17d2d4697cfbcda76fd4de08a491834ea4a02dbb Mon Sep 17 00:00:00 2001 From: Grey Li Date: Fri, 18 Jun 2021 10:07:39 +0800 Subject: [PATCH] Improve the grammar --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index e53f28ea..b5071ab0 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -446,7 +446,7 @@ Here is an example template: Inside templates you also have access to the :data:`~flask.Flask.config`, :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 know how that works, see :doc:`patterns/templateinheritance`. Basically