Skip to content

Commit 93ab9e3

Browse files
authored
Update python docstring
1 parent e2ba6aa commit 93ab9e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pyarrow/_compute.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,9 +1466,9 @@ class InversePermutationOptions(_InversePermutationOptions):
14661466
minus 1 and the length of the function’s output will be the length
14671467
of the input indices.
14681468
output_type : DataType, default None
1469-
The type of the output inverse permutation.
1469+
The data type for the output array of inverse permutation.
14701470
If None, the output will be of the same type as the input indices, otherwise
1471-
must be signed integer type. An invalid error will be reported if this type
1471+
must be a signed integer type. An invalid error will be reported if this type
14721472
is not able to store the length of the input indices.
14731473
"""
14741474

0 commit comments

Comments
 (0)