From e3b9e99d4d420597149a2836f0ad930c4c84e8c4 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Sat, 13 Apr 2013 00:37:28 -0500 Subject: [PATCH] typo --- doc/advanced.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/advanced.rst b/doc/advanced.rst index 06ad771..c48c1ed 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -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')``. -- 1.7.2.5