Skip to content

Commit 37dae35

Browse files
DOC: fix pandas.Series.str.index RT03
1 parent 642d244 commit 37dae35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/strings/accessor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3079,6 +3079,8 @@ def normalize(self, form):
30793079
Returns
30803080
-------
30813081
Series or Index of object
3082+
Returns a Series or an Index of the %(side)s indexes
3083+
in each string of the input.
30823084
30833085
See Also
30843086
--------

0 commit comments

Comments
 (0)