Skip to content

Commit caa9971

Browse files
committed
fix docstring
1 parent a7476f4 commit caa9971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2049,7 +2049,7 @@ def resize(a, new_shape):
20492049
----------
20502050
a : {dpnp.ndarray, usm_ndarray}
20512051
Array to be resized.
2052-
new_shape : int or tuple or list of ints
2052+
new_shape : {int, tuple or list of ints}
20532053
Shape of resized array.
20542054
20552055
Returns

0 commit comments

Comments
 (0)