From 904dfefb0b4021fb2e26101c897aca0a9d5c81bf Mon Sep 17 00:00:00 2001 From: Victor Zamfir Date: Sun, 12 Feb 2012 21:10:01 +0200 Subject: [PATCH] fixed typo --- doc/templates.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.2.5