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 @@ -163,7 +163,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
163163 -i " pandas.Series.str.center RT03,SA01" \
164164 -i " pandas.Series.str.decode PR07,RT03,SA01" \
165165 -i " pandas.Series.str.encode PR07,RT03,SA01" \
166- -i " pandas.Series.str.index RT03" \
167166 -i " pandas.Series.str.ljust RT03,SA01" \
168167 -i " pandas.Series.str.lower RT03" \
169168 -i " pandas.Series.str.lstrip RT03" \
@@ -172,7 +171,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
172171 -i " pandas.Series.str.partition RT03" \
173172 -i " pandas.Series.str.repeat SA01" \
174173 -i " pandas.Series.str.replace SA01" \
175- -i " pandas.Series.str.rindex RT03" \
176174 -i " pandas.Series.str.rjust RT03,SA01" \
177175 -i " pandas.Series.str.rpartition RT03" \
178176 -i " pandas.Series.str.rstrip RT03" \
Original file line number Diff line number Diff line change @@ -3092,6 +3092,8 @@ def normalize(self, form):
30923092 Returns
30933093 -------
30943094 Series or Index of object
3095+ Returns a Series or an Index of the %(side)s indexes
3096+ in each string of the input.
30953097
30963098 See Also
30973099 --------
You can’t perform that action at this time.
0 commit comments