Skip to content

Commit cb1486c

Browse files
Minor fix in read_csv docs (#39608)
1 parent e1a9b78 commit cb1486c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers/readers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
error_bad_lines : bool, default True
284284
Lines with too many fields (e.g. a csv line with too many commas) will by
285285
default cause an exception to be raised, and no DataFrame will be returned.
286-
If False, then these "bad lines" will dropped from the DataFrame that is
286+
If False, then these "bad lines" will be dropped from the DataFrame that is
287287
returned.
288288
warn_bad_lines : bool, default True
289289
If error_bad_lines is False, and warn_bad_lines is True, a warning for each

0 commit comments

Comments
 (0)