Skip to content

Commit c98cedc

Browse files
committed
DOC: Added documentation to name and fastpath arguments in series.py (/pandas-dev#27178)
1 parent 9621fc2 commit c98cedc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/series.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
172172
See the :ref:`user guide <basics.dtypes>` for more usages.
173173
copy : bool, default False
174174
Copy input data.
175-
name: str, default None
175+
name : str, default None
176176
Sets the name of the array/ series. Can be called with Series.name
177-
fastpath: bool, default False
177+
fastpath : bool, default False
178178
Internally used to prevent the over-parsing data format/ type which
179179
is otherwise required by external calls (such as user calls)
180180
"""

0 commit comments

Comments
 (0)