From: Guillaume Paumier Date: Sun, 10 Apr 2016 15:58:06 +0000 (-0700) Subject: Fix typo (#531) X-Git-Tag: 2.9~27^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=345e0ba5d62a2a50d10a4808c912bbff60bb5db1;p=thirdparty%2Fjinja.git Fix typo (#531) --- diff --git a/docs/api.rst b/docs/api.rst index 088c8673..b766a842 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -581,7 +581,7 @@ Custom Filters -------------- Custom filters are just regular Python functions that take the left side of -the filter as first argument and the the arguments passed to the filter as +the filter as first argument and the arguments passed to the filter as extra arguments or keyword arguments. For example in the filter ``{{ 42|myfilter(23) }}`` the function would be