Skip to content

Commit 4ef86d1

Browse files
nooraLeilaPingviinituutti
authored andcommitted
DOC: small doc fix to Series.repeat (pandas-dev#25115)
1 parent 1acef7c commit 4ef86d1

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)