diff --git a/pandas/core/series.py b/pandas/core/series.py index 7a26be875e7b5..ce5b2e5ed8de5 100644 --- a/pandas/core/series.py +++ b/pandas/core/series.py @@ -263,7 +263,6 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc] Data type for the output Series. If not specified, this will be inferred from `data`. See the :ref:`user guide ` for more usages. - If ``data`` is Series then is ignored. name : Hashable, default None The name to give to the Series. copy : bool, default False