Skip to content

Commit c712205

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

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
@@ -275,7 +275,7 @@ def add_uniques_equality_constraint(
275275
of a ``DataSource`` are strictly the ones of a reference set of expected values,
276276
specified via the ``uniques`` parameter.
277277
278-
Null values in the column are ignored. To assert the non-existence of them use
278+
Null values in the columns ``colums`` are ignored. To assert the non-existence of them use
279279
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
280280
for ``WithinRequirement``.
281281
By default, the null filtering does not trigger if multiple columns are fetched at once.

0 commit comments

Comments
 (0)