Skip to content

Commit 33cce1f

Browse files
committed
Update description of dpnp.random.rand() per review comment
1 parent 87ea8be commit 33cce1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/random/dpnp_iface_random.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ def rand(*args, device=None, usm_type="device", sycl_queue=None):
10331033
10341034
Parameters
10351035
----------
1036-
d0, d1, ..., dn : int, optional
1036+
*args : sequence of ints, optional
10371037
The dimensions of the returned array, must be non-negative.
10381038
If no argument is given a single Python float is returned.
10391039
device : {None, string, SyclDevice, SyclQueue}, optional

0 commit comments

Comments
 (0)