Merge pull request #47 from mineo/patch-1
authorArmin Ronacher <armin.ronacher@active-4.com>
Thu, 7 Jul 2011 19:10:31 +0000 (12:10 -0700)
committerArmin Ronacher <armin.ronacher@active-4.com>
Thu, 7 Jul 2011 19:10:31 +0000 (12:10 -0700)
Fix a typo

docs/templates.rst

index b563277ca5ecdbae8d0ab37d5a43be4c71ae03c5..ab1b9c1cf96441bf02c507209226fc8f4cfb4e20 100644 (file)
@@ -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.