Skip to content

Commit dfafa86

Browse files
committed
fix docstring
1 parent 46584b2 commit dfafa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_trigonometric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,7 @@ def reciprocal(
14511451
If `x` has a integral data type, the output will have the default
14521452
real-valued floating-point data type for the device where
14531453
input array `x` is allocated. If `x` has a floating-point
1454-
data type, the output has the same data type.
1454+
data type, the output will have the same data type.
14551455
14561456
Limitations
14571457
-----------

0 commit comments

Comments
 (0)