projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c836637
)
Fix typo: filters => filter
author
Andrew M
<andrew.web@ifdattic.com>
Sun, 6 Apr 2014 17:55:25 +0000 (20:55 +0300)
committer
Andrew M
<andrew.web@ifdattic.com>
Sun, 6 Apr 2014 17:55:25 +0000 (20:55 +0300)
doc/filters/length.rst
patch
|
blob
|
history
diff --git
a/doc/filters/length.rst
b/doc/filters/length.rst
index
5e0f73a
..
1f783b3
100644
(file)
--- a/
doc/filters/length.rst
+++ b/
doc/filters/length.rst
@@
-1,7
+1,7
@@
``length``
==========
-The ``length`` filters returns the number of items of a sequence or mapping, or
+The ``length`` filter returns the number of items of a sequence or mapping, or
the length of a string:
.. code-block:: jinja