Skip to content

Commit f5e56dd

Browse files
authored
Update drop_invalid_rows.rst (#1277)
1 parent 2330c45 commit f5e56dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/drop_invalid_rows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you wish to use the validation step to remove invalid data, you can pass the
1212
if a data-level check fails, then that row which caused the failure will be removed from the dataframe
1313
when it is returned.
1414

15-
``drop_invalid`` will prevent data-level schema errors being raised and will instead
15+
``drop_invalid_rows`` will prevent data-level schema errors being raised and will instead
1616
remove the rows which causes the failure.
1717

1818
This functionality is available on ``DataFrameSchema``, ``SeriesSchema``, ``Column``,

0 commit comments

Comments
 (0)