File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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``
9999 Alternative argument name for sep.
100100delim_whitespace : boolean, default False
101101 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+ ' ``.
103103 If this option is set to True, nothing should be passed in for the
104104 ``delimiter `` parameter.
105105
Original file line number Diff line number Diff line change 5555 Alternative argument name for sep.
5656delim_whitespace : boolean, default False
5757 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
5959 is set to True, nothing should be passed in for the ``delimiter``
6060 parameter.
6161
You can’t perform that action at this time.
0 commit comments