Skip to content

Commit 7a6501f

Browse files
antonwolfyvtavana
andcommitted
Update dpnp/dpnp_iface_mathematical.py
Co-authored-by: vtavana <[email protected]>
1 parent 8f54def commit 7a6501f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3799,7 +3799,7 @@ def real_if_close(a, tol=100):
37993799
Examples
38003800
--------
38013801
>>> import dpnp as np
3802-
>>> x = np.linspace(-4, 4, 41, dtype=dpnp.float64)
3802+
>>> x = np.linspace(-4, 4, 41, dtype=np.float64)
38033803
>>> np.sinc(x) # result may vary
38043804
array([ 0. , -0.04923628, -0.08409186, -0.08903844, -0.05846808,
38053805
0. , 0.06682066, 0.11643488, 0.12613779, 0.08504448,

0 commit comments

Comments
 (0)