diff --git a/pandas/core/series.py b/pandas/core/series.py index 9d490acc22bea..3cf014f338997 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -4665,7 +4665,6 @@ def rename( errors: IgnoreRaise = ..., ) -> Series: ... - def rename( self, index: Renamer | Hashable | None = None,