From: Sébastien DIDIER <73602526+sdidier-dev@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:35:31 +0000 (+0200) Subject: Fix typo in docs/api/#custom-tests X-Git-Tag: 3.1.3~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1685%2Fhead;p=thirdparty%2Fjinja.git Fix typo in docs/api/#custom-tests --- diff --git a/docs/api.rst b/docs/api.rst index b2db5375..e2c9bd52 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -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`.