Skip to content

Commit

Permalink
Correct ignore_row_if doc in ExpectColumnPairValuesToBeEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
leodrivera authored Sep 19, 2024
1 parent 1e13ef6 commit a504282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ExpectColumnPairValuesToBeEqual(ColumnPairMapExpectation):
Other Parameters:
ignore_row_if (str): \
"both_values_are_missing", "either_value_is_missing", "neither" \
{IGNORE_ROW_IF_DESCRIPTION} Default "neither".
{IGNORE_ROW_IF_DESCRIPTION} Default "both_values_are_missing".
mostly (None or a float between 0 and 1): \
{MOSTLY_DESCRIPTION} \
For more detail, see [mostly](https://docs.greatexpectations.io/docs/reference/expectations/standard_arguments/#mostly). Default 1.
Expand Down

0 comments on commit a504282

Please sign in to comment.