Skip to content

Commit a814ea4

Browse files
nooraLeilajorisvandenbossche
authored andcommitted
DOC: small doc fix to Series.repeat (#25115)
1 parent 375c790 commit a814ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ def repeat(self, repeats, axis=None):
11201120
11211121
Returns
11221122
-------
1123-
repeated_series : Series
1123+
Series
11241124
Newly created Series with repeated elements.
11251125
11261126
See Also

0 commit comments

Comments
 (0)