projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a05e93
)
Fix a typo
author
Wieland Hoffmann
<themineo+github@gmail.com>
Thu, 7 Jul 2011 19:09:21 +0000
(12:09 -0700)
committer
Wieland Hoffmann
<themineo+github@gmail.com>
Thu, 7 Jul 2011 19:09:21 +0000
(12:09 -0700)
docs/templates.rst
patch
|
blob
|
history
diff --git
a/docs/templates.rst
b/docs/templates.rst
index b563277ca5ecdbae8d0ab37d5a43be4c71ae03c5..ab1b9c1cf96441bf02c507209226fc8f4cfb4e20 100644
(file)
--- a/
docs/templates.rst
+++ b/
docs/templates.rst
@@
-101,7
+101,7
@@
if printed and that you can iterate over it, but every other operation fails.
Filters
-------
-Variables can b
y
modified by **filters**. Filters are separated from the
+Variables can b
e
modified by **filters**. Filters are separated from the
variable by a pipe symbol (``|``) and may have optional arguments in
parentheses. Multiple filters can be chained. The output of one filter is
applied to the next.