Skip to content

Commit d438832

Browse files
committed
Docstring fix
1 parent 0dcff6b commit d438832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/strings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1930,8 +1930,8 @@ def _get_series_list(self, others, ignore_index=False):
19301930
19311931
Parameters
19321932
----------
1933-
others : Series, DataFrame, np.ndarray, list-like or list-like of
1934-
objects that are either Series, np.ndarray (1-dim) or list-like
1933+
others : Series, Index, DataFrame, np.ndarray, list-like or list-like
1934+
of objects that are Series, Index, np.ndarray (1-dim)
19351935
ignore_index : boolean, default False
19361936
Determines whether to forcefully align others with index of caller
19371937

0 commit comments

Comments
 (0)