Fixed a typo in the 'escape' filter documentation.

This typo prevents the proper rendering of one code block.
This commit is contained in:
Javier Eguiluz
2012-12-06 19:40:31 +01:00
parent 6810dbe8a7
commit 33539fcab3
+1 -1
View File
@@ -74,7 +74,7 @@ The ``escape`` filter supports the following escaping strategies:
{% endautoescape %}
When using a variable as the escaping strategy, you should disable
automatic escaping::
automatic escaping:
.. code-block:: jinja