Skip to content

Commit 887b0e6

Browse files
Docs update
Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com>
1 parent 52f993d commit 887b0e6

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
@@ -1540,7 +1540,7 @@ def add_uniques_superset_constraint(
15401540
for ``WithinRequirement``.
15411541
By default, the null filtering does not trigger if multiple columns are fetched at once.
15421542
It can be configured in more detail by supplying a custom ``filter_func`` function.
1543-
Some exemplary implementations are available in this module as ``datajudge.utils.filternull_element``,
1543+
Some exemplary implementations are available in this module as :func:`~datajudge.utils.filternull_element`,
15441544
``datajudge.utils.filternull_never``, ``datajudge.utils.filternull_element_or_tuple_all``, ``datajudge.utils.filternull_element_or_tuple_any``.
15451545
Passing None as the argument is equivalent to ``datajudge.utils.filternull_element``, but triggers a warning.
15461546
The deprecated default may change in future versions.

0 commit comments

Comments
 (0)