Skip to content

Commit 9a79047

Browse files
committed
update docstring
1 parent 2fd8eeb commit 9a79047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: dpctl/tensor/_elementwise_funcs.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
529529
Args:
530530
x (usm_ndarray):
531-
Input array, expected to have a real-valued data type.
531+
Input array, expected to have a boolean or real-valued data type.
532532
out (Union[usm_ndarray, None], optional):
533533
Output array to populate.
534534
Array must have the correct shape and the expected data type.
@@ -767,7 +767,7 @@
767767
768768
Args:
769769
x (usm_ndarray):
770-
Input array, expected to have a real-valued data type.
770+
Input array, expected to have a boolean or real-valued data type.
771771
out (Union[usm_ndarray, None], optional):
772772
Output array to populate.
773773
Array must have the correct shape and the expected data type.
@@ -2017,7 +2017,7 @@
20172017
20182018
Args:
20192019
x (usm_ndarray):
2020-
Input array, expected to have a real-valued data type.
2020+
Input array, expected to have a boolean or real-valued data type.
20212021
out (Union[usm_ndarray, None], optional):
20222022
Output array to populate.
20232023
Array must have the correct shape and the expected data type.

0 commit comments

Comments
 (0)