Skip to content

Commit d4d09c6

Browse files
vtavanaantonwolfy
andauthored
Apply suggestions from code review
Co-authored-by: Anton <[email protected]>
1 parent 1c70c46 commit d4d09c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1750,10 +1750,10 @@ def ediff1d(ary, to_end=None, to_begin=None):
17501750
-------
17511751
out : dpnp.ndarray
17521752
An array with the same dimensions and data-type as the input.
1753-
If second argument is not supplied then a new array is returned
1753+
If `out` is ``None`` then a new array is returned
17541754
with the rounded values.
1755-
If a second argument is supplied the result is stored there.
1756-
The return value `out` is then a reference to that array.
1755+
Otherwise the result is stored there and the return value `out` is
1756+
a reference to that array.
17571757
17581758
Limitations
17591759
-----------

0 commit comments

Comments
 (0)