@@ -476,7 +476,6 @@ def diag_indices(n, ndim=2, device=None, usm_type="device", sycl_queue=None):
476476 :attr:`dpnp.ndarray.device`.
477477
478478 Default: ``None``.
479-
480479 usm_type : {"device", "shared", "host"}, optional
481480 The type of SYCL USM allocation for the output array.
482481
@@ -1084,7 +1083,6 @@ def indices(
10841083 :attr:`dpnp.ndarray.device`.
10851084
10861085 Default: ``None``.
1087-
10881086 usm_type : {"device", "shared", "host"}, optional
10891087 The type of SYCL USM allocation for the output array.
10901088
@@ -1349,7 +1347,6 @@ def mask_indices(
13491347 :attr:`dpnp.ndarray.device`.
13501348
13511349 Default: ``None``.
1352-
13531350 usm_type : {"device", "shared", "host"}, optional
13541351 The type of SYCL USM allocation for the output array.
13551352
@@ -2360,7 +2357,6 @@ def tril_indices(
23602357 :attr:`dpnp.ndarray.device`.
23612358
23622359 Default: ``None``.
2363-
23642360 usm_type : {"device", "shared", "host"}, optional
23652361 The type of SYCL USM allocation for the output array.
23662362
@@ -2570,7 +2566,6 @@ def triu_indices(
25702566 :attr:`dpnp.ndarray.device`.
25712567
25722568 Default: ``None``.
2573-
25742569 usm_type : {"device", "shared", "host"}, optional
25752570 The type of SYCL USM allocation for the output array.
25762571
0 commit comments