diff --git a/pandas/core/series.py b/pandas/core/series.py index a25aa86a47927..e8c6cf9096948 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -1120,7 +1120,7 @@ def repeat(self, repeats, axis=None): Returns ------- - repeated_series : Series + Series Newly created Series with repeated elements. See Also