Skip to content

Commit 18f5552

Browse files
committed
Fix flake8 3.6 W650 Error
1 parent d0c2b40 commit 18f5552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"bad line" will be output.
283283
delim_whitespace : bool, default False
284284
Specifies whether or not whitespace (e.g. ``' '`` or ``'\t'``) will be
285-
used as the sep. Equivalent to setting ``sep='\s+'``. If this option
285+
used as the sep. Equivalent to setting ``sep='\\s+'``. If this option
286286
is set to True, nothing should be passed in for the ``delimiter``
287287
parameter.
288288

0 commit comments

Comments
 (0)