Skip to content

Commit 646c3d7

Browse files
antonwolfyvtavana
andauthored
Update dpnp/dpnp_iface_mathematical.py
Co-authored-by: vtavana <[email protected]>
1 parent 7be9f7b commit 646c3d7

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
@@ -1380,7 +1380,7 @@ def ediff1d(x1, to_end=None, to_begin=None):
13801380
Parameters
13811381
----------
13821382
x : {dpnp.ndarray, usm_ndarray}
1383-
The array of numbers for which the absolute values are required.
1383+
An array of floats to be rounded.
13841384
out : {None, dpnp.ndarray, usm_ndarray}, optional
13851385
Output array to populate.
13861386
Array must have the correct shape and the expected data type.

0 commit comments

Comments
 (0)