Skip to content

Commit 52af030

Browse files
committed
DOC: fix typo in core.series.__new__ docstring
1 parent 9d08187 commit 52af030

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/core/series.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -424,9 +424,8 @@ class Series(pa.Array, generic.PandasObject):
424424
sequence are used, the index will override the keys found in the
425425
dict.
426426
dtype : numpy.dtype or None
427-
If None, dtype will be inferred copy : boolean, default False Copy
428-
input data
429-
copy : boolean, default False
427+
If None, dtype will be inferred
428+
copy : boolean, default False, copyinput data
430429
"""
431430
_AXIS_NUMBERS = {
432431
'index': 0

0 commit comments

Comments
 (0)