Skip to content

Commit 2f3094e

Browse files
committed
updated doc for pandas.Series.str.split() method
1 parent 0f8049b commit 2f3094e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ def str_split(arr, pat=None, n=None):
11031103
Parameters
11041104
----------
11051105
pat : string, default None
1106-
String or regular expression to split on. If None, splits on whitespace.
1106+
String or regular expression to split on. If None, split on whitespace.
11071107
n : int, default -1 (all)
11081108
* None, 0 and -1 will be interpreted as return all splits.
11091109
* Vary output dimensionality if `expand` is True:

0 commit comments

Comments
 (0)