minor #2570 fix grammar (redbrickone)

This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes #2570).

Discussion
----------

fix grammar

Commits
-------

d4309898 fix grammar
This commit is contained in:
Fabien Potencier
2017-11-12 10:24:46 -08:00
+1 -1
View File
@@ -18,7 +18,7 @@ times, use the ``block`` function:
{% block body %}{% endblock %}
The ``block`` function can also be used to display one block of another
The ``block`` function can also be used to display one block from another
template:
.. code-block:: jinja