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.tremily.us/?a=commitdiff_plain;h=06147473cf1a1f963f44b02ca852a552023f739b;p=jinja2.git Fix a typo --- diff --git a/docs/templates.rst b/docs/templates.rst index b563277..ab1b9c1 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.