Skip to content

Commit 2330c45

Browse files
Typo fix (#1300)
Signed-off-by: Nathan McDougall <[email protected]>
1 parent c1f9863 commit 2330c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandera/backends/pandas/builtin_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def unique_values_eq(data: PandasData, values: Iterable):
297297
"""Ensure that unique values in the data object contain all values.
298298
299299
.. note::
300-
In constrast with :func:`isin`, this check makes sure that all the items
300+
In contrast with :func:`isin`, this check makes sure that all the items
301301
in the ``values`` iterable are contained within the series.
302302
303303
:param values: The set of values that must be present. Maybe any iterable.

0 commit comments

Comments
 (0)