From: Wieland Hoffmann Date: Thu, 7 Jul 2011 19:09:21 +0000 (-0700) Subject: Fix a typo X-Git-Tag: 2.6~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06147473cf1a1f963f44b02ca852a552023f739b;p=thirdparty%2Fjinja.git Fix a typo --- diff --git a/docs/templates.rst b/docs/templates.rst index b563277c..ab1b9c1c 100644 --- 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 by modified by **filters**. Filters are separated from the +Variables can be 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.