Skip to content

Commit 19fd9d4

Browse files
committed
Fix linter error
1 parent d3ce9a1 commit 19fd9d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/parsers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ class ParserWarning(Warning):
132132
133133
Note: A fast-path exists for iso8601-formatted dates.
134134
infer_datetime_format : boolean, default False
135-
If parse_dates is enabled and this flag is set, pandas will attempt to infer
136-
the format of the datetime strings in the columns, and if it can be
135+
If parse_dates is enabled and this flag is set, pandas will attempt to
136+
infer the format of the datetime strings in the columns, and if it can be
137137
inferred, switch to a faster method of parsing them. In some cases this
138138
can increase the parsing speed by ~5-10x.
139139
keep_date_col : boolean, default False

0 commit comments

Comments
 (0)