From: Victor Zamfir Date: Sun, 12 Feb 2012 19:10:01 +0000 (+0200) Subject: fixed typo X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=904dfefb0b4021fb2e26101c897aca0a9d5c81bf;p=konrad%2Ftwig.git fixed typo --- diff --git a/doc/templates.rst b/doc/templates.rst index 64c72ae..0835718 100644 --- a/doc/templates.rst +++ b/doc/templates.rst @@ -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