typo
authorLuis Cordova <cordoval@gmail.com>
Sat, 13 Apr 2013 05:37:28 +0000 (00:37 -0500)
committerLuis Cordova <cordoval@gmail.com>
Sat, 13 Apr 2013 05:37:28 +0000 (00:37 -0500)
doc/advanced.rst

index 06ad771..c48c1ed 100644 (file)
@@ -245,7 +245,7 @@ A dynamic filter can define more than one dynamic parts::
         // ...
     });
 
-The filter will receive all dynamic part values before the normal filters
+The filter will receive all dynamic part values before the normal filter
 arguments, but after the environment and the context. For instance, a call to
 ``'foo'|a_path_b()`` will result in the following arguments to be passed to
 the filter: ``('a', 'b', 'foo')``.