fixed typo
authorVictor Zamfir <zamfir.victor@gmail.com>
Sun, 12 Feb 2012 19:10:01 +0000 (21:10 +0200)
committerVictor Zamfir <zamfir.victor@gmail.com>
Sun, 12 Feb 2012 19:10:01 +0000 (21:10 +0200)
doc/templates.rst

index 64c72ae..0835718 100644 (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