Skip to content

Commit cdc5b74

Browse files
authored
DOC: removed none from docstring (#61411)
removed none from docstring
1 parent 8045c2d commit cdc5b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pandas/core/generic.py

+1-1
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)