We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0c2b40 commit 18f5552Copy full SHA for 18f5552
pandas/io/parsers.py
@@ -282,7 +282,7 @@
282
"bad line" will be output.
283
delim_whitespace : bool, default False
284
Specifies whether or not whitespace (e.g. ``' '`` or ``'\t'``) will be
285
- used as the sep. Equivalent to setting ``sep='\s+'``. If this option
+ used as the sep. Equivalent to setting ``sep='\\s+'``. If this option
286
is set to True, nothing should be passed in for the ``delimiter``
287
parameter.
288
0 commit comments