projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
4478816
)
fixed typo
author
Victor Zamfir
<zamfir.victor@gmail.com>
Sun, 12 Feb 2012 19:10:01 +0000 (21:10 +0200)
committer
Victor Zamfir
<zamfir.victor@gmail.com>
Sun, 12 Feb 2012 19:10:01 +0000 (21:10 +0200)
doc/templates.rst
patch
|
blob
|
history
diff --git
a/doc/templates.rst
b/doc/templates.rst
index
64c72ae
..
0835718
100644
(file)
--- 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