fix grammar

This commit is contained in:
Chris Wright
2017-10-19 19:19:43 -05:00
committed by Fabien Potencier
parent 2610f2e128
commit d430989818
+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