From 345e0ba5d62a2a50d10a4808c912bbff60bb5db1 Mon Sep 17 00:00:00 2001 From: Guillaume Paumier Date: Sun, 10 Apr 2016 08:58:06 -0700 Subject: [PATCH] Fix typo (#531) --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2