Skip to content

Commit 12a0695

Browse files
antonwolfyvtavana
andauthored
Update dpnp/dpnp_iface_mathematical.py
Co-authored-by: vtavana <[email protected]>
1 parent 8a80c02 commit 12a0695

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
@@ -3783,7 +3783,7 @@ def real_if_close(a, tol=100):
37833783
Notes
37843784
-----
37853785
It can be considered as a generalization of EPS:
3786-
``sdpnp.pacing(dpnp.float64(1)) == dpnp.finfo(dpnp.float64).eps``, and there
3786+
``dpnp.spacing(dpnp.float64(1)) == dpnp.finfo(dpnp.float64).eps``, and there
37873787
should not be any representable number between ``x + spacing(x)`` and `x` for
37883788
any finite `x`.
37893789

0 commit comments

Comments
 (0)