From 669d4e981ecae6e5f1496b3e4fd8923723b48ad2 Mon Sep 17 00:00:00 2001 From: Peter Nguyen Date: Sun, 13 Jul 2025 18:56:03 -0700 Subject: [PATCH] Remove incorrect line in Series init docstring --- pandas/core/series.py | 1 - 1 file changed, 1 deletion(-) 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