fixed typo

This commit is contained in:
Victor Zamfir
2012-02-12 21:10:01 +02:00
parent 4478816e41
commit 904dfefb0b
+1 -1
View File
@@ -605,7 +605,7 @@ Tests can accept arguments too:
{% if loop.index is divisibleby(3) %}
Tests can be negated by using the ``not in`` operator:
Tests can be negated by using the ``is not`` operator:
.. code-block:: jinja