Skip to content

Commit 70e173c

Browse files
committed
Update expected data type of input array in real ufunc
1 parent ab98697 commit 70e173c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_elementwise_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@
16531653
16541654
Args:
16551655
x (usm_ndarray):
1656-
Input array, expected to have a numeric data type.
1656+
Input array. May have any data type.
16571657
out (Union[usm_ndarray, None], optional):
16581658
Output array to populate.
16591659
Array must have the correct shape and the expected data type.

0 commit comments

Comments
 (0)