diff options
author | Guillaume Paumier <gp@guillaumepaumier.com> | 2016-04-10 08:58:06 -0700 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2016-04-10 08:58:06 -0700 |
commit | 345e0ba5d62a2a50d10a4808c912bbff60bb5db1 (patch) | |
tree | 1301f8e9301732fe0de81696f9e241e0e8d3fd8b /docs | |
parent | 99a78e0a0ff09c94fb35dd254620ae84830253d8 (diff) | |
download | jinja2-345e0ba5d62a2a50d10a4808c912bbff60bb5db1.tar.gz |
Fix typo (#531)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.rst b/docs/api.rst index 088c867..b766a84 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 |