Skip to content

Commit f3b70ed

Browse files
authored
Merge pull request #2048 from IntelPython/update-ufuncs-docstrings
Update expected data type of input array in `real` function
2 parents 039a2a2 + 70e173c commit f3b70ed

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)