Skip to content

Commit cd3983c

Browse files
Apply review remarks
1 parent 9b62161 commit cd3983c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/reference/ndarray.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Other attributes
9292
:nosignatures:
9393

9494
dpnp.ndarray.T
95+
dpnp.ndarray.mT
9596
dpnp.ndarray.real
9697
dpnp.ndarray.imag
9798
dpnp.ndarray.flat

dpnp/dpnp_iface_manipulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ def matrix_transpose(x, /):
17621762
Parameters
17631763
----------
17641764
x : (..., M, N) {dpnp.ndarray, usm_ndarray}
1765-
Input array with ``x.ndim >= 2` and whose two innermost
1765+
Input array with ``x.ndim >= 2`` and whose two innermost
17661766
dimensions form ``MxN`` matrices.
17671767
17681768
Returns

dpnp/linalg/dpnp_iface_linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ def matrix_transpose(x, /):
882882
Parameters
883883
----------
884884
x : (..., M, N) {dpnp.ndarray, usm_ndarray}
885-
Input array with ``x.ndim >= 2` and whose two innermost
885+
Input array with ``x.ndim >= 2`` and whose two innermost
886886
dimensions form ``MxN`` matrices.
887887
888888
Returns

0 commit comments

Comments
 (0)