File tree 2 files changed +2
-2
lines changed
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
163
163
-i " pandas.Series.str.center RT03,SA01" \
164
164
-i " pandas.Series.str.decode PR07,RT03,SA01" \
165
165
-i " pandas.Series.str.encode PR07,RT03,SA01" \
166
- -i " pandas.Series.str.index RT03" \
167
166
-i " pandas.Series.str.ljust RT03,SA01" \
168
167
-i " pandas.Series.str.lower RT03" \
169
168
-i " pandas.Series.str.lstrip RT03" \
@@ -172,7 +171,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
172
171
-i " pandas.Series.str.partition RT03" \
173
172
-i " pandas.Series.str.repeat SA01" \
174
173
-i " pandas.Series.str.replace SA01" \
175
- -i " pandas.Series.str.rindex RT03" \
176
174
-i " pandas.Series.str.rjust RT03,SA01" \
177
175
-i " pandas.Series.str.rpartition RT03" \
178
176
-i " pandas.Series.str.rstrip RT03" \
Original file line number Diff line number Diff line change @@ -3092,6 +3092,8 @@ def normalize(self, form):
3092
3092
Returns
3093
3093
-------
3094
3094
Series or Index of object
3095
+ Returns a Series or an Index of the %(side)s indexes
3096
+ in each string of the input.
3095
3097
3096
3098
See Also
3097
3099
--------
You can’t perform that action at this time.
0 commit comments