From: Fabien Potencier Date: Fri, 7 Sep 2012 13:42:22 +0000 (+0200) Subject: added a small clarification in the doc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=68b8c4619c5bbe82bd345fe56070dec8c356610a;p=web%2Fkonrad%2Ftwig.git added a small clarification in the doc --- diff --git a/doc/advanced.rst b/doc/advanced.rst index 388fe21..e2d2f69 100644 --- a/doc/advanced.rst +++ b/doc/advanced.rst @@ -61,7 +61,8 @@ Now, let's use a ``lipsum`` *filter*: Again, it works, but it looks weird. A filter transforms the passed value to something else but here we use the value to indicate the number of words to -generate. +generate (so, ``40`` is an argument of the filter, not the value we want to +transform). Next, let's use a ``lipsum`` *function*: