summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-18 07:01:50 -0700
committerGitHub <noreply@github.com>2022-07-18 07:01:50 -0700
commit4bfc33a2762f007d3fb7e541aadd991ab997df62 (patch)
tree7b418f623b0da71dbc25deb34d0f31e0f550e9cd
parente9cb0a5fb58c44cac8ccfb1f86536754c2c0e273 (diff)
parent5e636989f098354ecbe0e6445047cbcc1a03d186 (diff)
downloadjinja2-4bfc33a2762f007d3fb7e541aadd991ab997df62.tar.gz
Merge pull request #1685 from sdidier-dev/docs-patch
Fix typo in docs/api/#custom-tests
-rw-r--r--docs/api.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api.rst b/docs/api.rst
index b2db537..e2c9bd5 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`.