Skip to content

Commit 28eeccb

Browse files
Apply remark
1 parent dee5d0f commit 28eeccb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,8 +2594,7 @@ def gradient(f, *varargs, axis=None, edge_order=1):
25942594
Input array, expected to have numeric data type.
25952595
out : {None, dpnp.ndarray, usm_ndarray}, optional
25962596
Output array to populate.
2597-
Array must have a shape that the input broadcast to and
2598-
the expected data type.
2597+
Array must have the correct shape and the expected data type.
25992598
Default: ``None``.
26002599
order : {"C", "F", "A", "K"}, optional
26012600
Memory layout of the newly output array, if parameter `out` is ``None``.

0 commit comments

Comments
 (0)