Skip to content

Commit ae0ed1b

Browse files
committed
Remove duplicate Defaults in docstrings
1 parent da42f24 commit ae0ed1b

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

dpnp/dpnp_iface_arraycreation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,6 @@ def array(
337337
:attr:`dpnp.ndarray.device`.
338338
339339
Default: ``None``.
340-
Default: ``None``.
341340
usm_type : {None, "device", "shared", "host"}, optional
342341
The type of SYCL USM allocation for the output array.
343342
Default: ``None``.
@@ -589,7 +588,6 @@ def asarray(
589588
:attr:`dpnp.ndarray.device`.
590589
591590
Default: ``None``.
592-
Default: ``None``.
593591
usm_type : {None, "device", "shared", "host"}, optional
594592
The type of SYCL USM allocation for the output array.
595593
Default: ``None``.

dpnp/fft/dpnp_iface_fft.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ def fftfreq(n, d=1.0, device=None, usm_type=None, sycl_queue=None):
288288
:attr:`dpnp.ndarray.device`.
289289
290290
Default: ``None``.
291-
Default: ``None``.
292291
usm_type : {None, "device", "shared", "host"}, optional
293292
The type of SYCL USM allocation for the output array.
294293
Default: ``None``.
@@ -1553,7 +1552,6 @@ def rfftfreq(n, d=1.0, device=None, usm_type=None, sycl_queue=None):
15531552
:attr:`dpnp.ndarray.device`.
15541553
15551554
Default: ``None``.
1556-
Default: ``None``.
15571555
usm_type : {None, "device", "shared", "host"}, optional
15581556
The type of SYCL USM allocation for the output array.
15591557
Default: ``None``.

dpnp/random/dpnp_iface_random.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1145,7 +1145,6 @@ def rand(*args, device=None, usm_type="device", sycl_queue=None):
11451145
:attr:`dpnp.ndarray.device`.
11461146
11471147
Default: ``None``.
1148-
Default: ``None``.
11491148
usm_type : {"device", "shared", "host"}, optional
11501149
The type of SYCL USM allocation for the output array.
11511150
Default: ``"device"``.

0 commit comments

Comments
 (0)