Skip to content

Commit a2ec192

Browse files
Apply remark
1 parent b6ccbeb commit a2ec192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1951,7 +1951,7 @@ def T(self):
19511951
warnings.warn(
19521952
"`.T` is deprecated for non-2D dpnp.ndarray "
19531953
"and will raise an error in a future release. "
1954-
"Either `arr.transpose()` or `.mT` (which swaps "
1954+
"Either `self.transpose()` or `self.mT` (which swaps "
19551955
"the last two axes only) should be used instead.",
19561956
DeprecationWarning,
19571957
stacklevel=2,

0 commit comments

Comments
 (0)