From 06147473cf1a1f963f44b02ca852a552023f739b Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Thu, 7 Jul 2011 12:09:21 -0700 Subject: [PATCH] Fix a typo --- docs/templates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.rst b/docs/templates.rst index b563277ca..ab1b9c1cf 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.