]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo in docs/api/#custom-tests 1685/head
authorSébastien DIDIER <73602526+sdidier-dev@users.noreply.github.com>
Mon, 18 Jul 2022 13:35:31 +0000 (15:35 +0200)
committerSébastien DIDIER <73602526+sdidier-dev@users.noreply.github.com>
Mon, 18 Jul 2022 13:35:31 +0000 (15:35 +0200)
docs/api.rst

index b2db5375c2c57c38fe9d6655817435468fd5b849..e2c9bd526b0df6b711392c3fc47f3f5dec081bc9 100644 (file)
@@ -751,8 +751,8 @@ Now it can be used in templates:
     {% endif %}
 
 Some decorators are available to tell Jinja to pass extra information to
-the filter. The object is passed as the first argument, making the value
-being filtered the second argument.
+the test. The object is passed as the first argument, making the value
+being tested the second argument.
 
 -   :func:`pass_environment` passes the :class:`Environment`.
 -   :func:`pass_eval_context` passes the :ref:`eval-context`.