diff --git a/pandas/core/series.py b/pandas/core/series.py index 9a934217ed5c1..761ec3cec66bf 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -5753,7 +5753,6 @@ def to_period(self, freq: str | None = None, copy: bool | None = None) -> Series See Also -------- Series.reindex : Conform Series to new index. - Series.set_index : Set Series as DataFrame index. Index : The base pandas index type. Notes