]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo (#531)
authorGuillaume Paumier <gp@guillaumepaumier.com>
Sun, 10 Apr 2016 15:58:06 +0000 (08:58 -0700)
committerDavid Lord <davidism@gmail.com>
Sun, 10 Apr 2016 15:58:06 +0000 (08:58 -0700)
docs/api.rst

index 088c86732080871035d144de5ba8728c0071ace4..b766a842ad425ae6a0aadaaba4df7d103ee40298 100644 (file)
@@ -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