Skip to content

Commit

Permalink
DOC: small doc fix to Series.repeat (#25115)
Browse files Browse the repository at this point in the history
  • Loading branch information
nooraLeila authored and jorisvandenbossche committed Feb 3, 2019
1 parent 375c790 commit a814ea4
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 a814ea4

Please sign in to comment.