merged branch webwizard/patch-1 (PR #628)

Commits
-------

904dfef fixed typo

Discussion
----------

fixed typo
This commit is contained in:
Fabien Potencier
2012-02-12 20:28:11 +01:00
+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