Skip to content

Commit b5cc018

Browse files
committed
Clarify choose method docstring
1 parent 9fefa1a commit b5cc018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ def astype(
859859

860860
def choose(self, /, choices, out=None, mode="wrap"):
861861
"""
862-
Construct an array from an index array and a set of arrays to choose from.
862+
Use an array as index array to construct a new array from a set of choices.
863863
864864
Refer to :obj:`dpnp.choose` for full documentation.
865865

0 commit comments

Comments
 (0)