Skip to content

Commit 29cf75b

Browse files
committed
Fix take signature in docstring
1 parent d8b3025 commit 29cf75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_indexing_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _get_indexing_mode(name):
4141

4242

4343
def take(x, indices, /, *, axis=None, out=None, mode="wrap"):
44-
"""take(x, indices, axis=None, mode="wrap")
44+
"""take(x, indices, axis=None, out=None, mode="wrap")
4545
4646
Takes elements from an array along a given axis at given indices.
4747

0 commit comments

Comments
 (0)