File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ delimiter : str, default ``None``
99
99
Alternative argument name for sep.
100
100
delim_whitespace : boolean, default False
101
101
Specifies whether or not whitespace (e.g. ``' ' `` or ``'\t' ``)
102
- will be used as the delimiter. Equivalent to setting ``sep='\+s ' ``.
102
+ will be used as the delimiter. Equivalent to setting ``sep='\s+ ' ``.
103
103
If this option is set to True, nothing should be passed in for the
104
104
``delimiter `` parameter.
105
105
Original file line number Diff line number Diff line change 55
55
Alternative argument name for sep.
56
56
delim_whitespace : boolean, default False
57
57
Specifies whether or not whitespace (e.g. ``' '`` or ``'\t '``) will be
58
- used as the sep. Equivalent to setting ``sep='\+s '``. If this option
58
+ used as the sep. Equivalent to setting ``sep='\s+ '``. If this option
59
59
is set to True, nothing should be passed in for the ``delimiter``
60
60
parameter.
61
61
You can’t perform that action at this time.
0 commit comments