Skip to content

Commit bc6ad14

Browse files
authored
Remove incorrect line in Series init docstring (#61849)
1 parent a2315af commit bc6ad14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/series.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc]
263263
Data type for the output Series. If not specified, this will be
264264
inferred from `data`.
265265
See the :ref:`user guide <basics.dtypes>` for more usages.
266-
If ``data`` is Series then is ignored.
267266
name : Hashable, default None
268267
The name to give to the Series.
269268
copy : bool, default False

0 commit comments

Comments
 (0)