Skip to content

Commit 7c5d395

Browse files
arthurlwxaris96
authored andcommitted
DOC: removed none from docstring (pandas-dev#61411)
removed none from docstring
1 parent badcb55 commit 7c5d395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3964,7 +3964,7 @@ def take(self, indices, axis: Axis = 0, **kwargs) -> Self:
39643964
----------
39653965
indices : array-like
39663966
An array of ints indicating which positions to take.
3967-
axis : {0 or 'index', 1 or 'columns', None}, default 0
3967+
axis : {0 or 'index', 1 or 'columns'}, default 0
39683968
The axis on which to select elements. ``0`` means that we are
39693969
selecting rows, ``1`` means that we are selecting columns.
39703970
For `Series` this parameter is unused and defaults to 0.

0 commit comments

Comments
 (0)