@@ -275,7 +275,7 @@ def add_uniques_equality_constraint(
275
275
of a ``DataSource`` are strictly the ones of a reference set of expected values,
276
276
specified via the ``uniques`` parameter.
277
277
278
- Null values in the columns ``colums `` are ignored. To assert the non-existence of them use
278
+ Null values in the columns ``columns `` are ignored. To assert the non-existence of them use
279
279
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
280
280
for ``WithinRequirement``.
281
281
By default, the null filtering does not trigger if multiple columns are fetched at once.
@@ -322,7 +322,7 @@ def add_uniques_superset_constraint(
322
322
The ``UniquesSuperset`` constraint asserts that reference set of expected values,
323
323
specified via ``uniques``, is contained in given columns of a ``DataSource``.
324
324
325
- Null values in the column are ignored. To assert the non-existence of them use
325
+ Null values in the columns ``columns`` are ignored. To assert the non-existence of them use
326
326
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
327
327
for ``WithinRequirement``.
328
328
By default, the null filtering does not trigger if multiple columns are fetched at once.
@@ -379,7 +379,7 @@ def add_uniques_subset_constraint(
379
379
a ``DataSource`` are part of a reference set of expected values, specified via
380
380
``uniques``.
381
381
382
- Null values in the column are ignored. To assert the non-existence of them use
382
+ Null values in the columns ``columns`` are ignored. To assert the non-existence of them use
383
383
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
384
384
for ``WithinRequirement``.
385
385
By default, the null filtering does not trigger if multiple columns are fetched at once.
@@ -1485,7 +1485,7 @@ def add_uniques_equality_constraint(
1485
1485
of a ``DataSource``'s columns, are strictly the ones of another ``DataSource``'s
1486
1486
columns.
1487
1487
1488
- Null values in the column are ignored. To assert the non-existence of them use
1488
+ Null values in the columns ``columns`` are ignored. To assert the non-existence of them use
1489
1489
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
1490
1490
for ``WithinRequirement``.
1491
1491
By default, the null filtering does not trigger if multiple columns are fetched at once.
@@ -1535,7 +1535,7 @@ def add_uniques_superset_constraint(
1535
1535
derived from the unique values in given columns of the reference ``DataSource``,
1536
1536
is contained in given columns of a ``DataSource``.
1537
1537
1538
- Null values in the column are ignored. To assert the non-existence of them use
1538
+ Null values in the columns ``columns`` are ignored. To assert the non-existence of them use
1539
1539
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
1540
1540
for ``WithinRequirement``.
1541
1541
By default, the null filtering does not trigger if multiple columns are fetched at once.
@@ -1594,7 +1594,7 @@ def add_uniques_subset_constraint(
1594
1594
a ``DataSource`` are part of the unique values of given columns of another
1595
1595
``DataSource``.
1596
1596
1597
- Null values in the column are ignored. To assert the non-existence of them use
1597
+ Null values in the columns ``columns`` are ignored. To assert the non-existence of them use
1598
1598
the ``NullAbsence`` constraint via the ``add_null_absence_constraint`` helper method
1599
1599
for ``WithinRequirement``.
1600
1600
By default, the null filtering does not trigger if multiple columns are fetched at once.
0 commit comments