From 5e636989f098354ecbe0e6445047cbcc1a03d186 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20DIDIER?= <73602526+sdidier-dev@users.noreply.github.com> Date: Mon, 18 Jul 2022 15:35:31 +0200 Subject: [PATCH] Fix typo in docs/api/#custom-tests --- docs/api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`. -- 2.47.2