Skip to content

Commit 0f94589

Browse files
Docs update
Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
1 parent 91ea51c commit 0f94589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datajudge/requirements.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,7 @@ def add_uniques_equality_constraint(
14901490
for ``WithinRequirement``.
14911491
By default, the null filtering does not trigger if multiple columns are fetched at once.
14921492
It can be configured in more detail by supplying a custom ``filter_func`` function.
1493-
Some exemplary implementations are available in this module as ``datajudge.utils.filternull_element``,
1493+
Some exemplary implementations are available in this module as :func:`datajudge.utils.filternull_element`,
14941494
``datajudge.utils.filternull_never``, ``datajudge.utils.filternull_element_or_tuple_all``, ``datajudge.utils.filternull_element_or_tuple_any``.
14951495
Passing None as the argument is equivalent to ``datajudge.utils.filternull_element``, but triggers a warning.
14961496
The deprecated default may change in future versions.

0 commit comments

Comments
 (0)