Skip to content

Commit

Permalink
DOC: small doc fix to Series.repeat (pandas-dev#25115)
Browse files Browse the repository at this point in the history
  • Loading branch information
nooraLeila authored and Pingviinituutti committed Feb 28, 2019
1 parent 1acef7c commit 4ef86d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def repeat(self, repeats, axis=None):
Returns
-------
repeated_series : Series
Series
Newly created Series with repeated elements.
See Also
Expand Down

0 comments on commit 4ef86d1

Please sign in to comment.