Skip to content

Commit 59acfe5

Browse files
apply a small nit
Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
1 parent 01ffd4a commit 59acfe5

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
@@ -1857,7 +1857,7 @@ def ediff1d(ary, to_end=None, to_begin=None):
18571857
Warning
18581858
-------
18591859
This function is deprecated. It is recommended to use
1860-
:obj:`dpnp.trunc` instead, as it provides the same functionality of
1860+
:func:`dpnp.trunc` instead, as it provides the same functionality of
18611861
truncating decimal values to their integer parts.
18621862
18631863
Examples

0 commit comments

Comments
 (0)