projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8bbbecd
)
typo
author
Luis Cordova
<cordoval@gmail.com>
Sat, 13 Apr 2013 05:37:28 +0000 (
00:37
-0500)
committer
Luis Cordova
<cordoval@gmail.com>
Sat, 13 Apr 2013 05:37:28 +0000 (
00:37
-0500)
doc/advanced.rst
patch
|
blob
|
history
diff --git
a/doc/advanced.rst
b/doc/advanced.rst
index
06ad771
..
c48c1ed
100644
(file)
--- 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')``.