Skip to content

Commit 0018dfa

Browse files
committed
Correction to rsqrt docstring
1 parent 64ced5c commit 0018dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_elementwise_funcs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@
18801880
Returns:
18811881
usm_narray:
18821882
An array containing the element-wise reciprocal square-root.
1883-
The returned array is determined by
1883+
The returned array has a floating-point data type determined by
18841884
the Type Promotion Rules.
18851885
"""
18861886

0 commit comments

Comments
 (0)