We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ccbeb commit a2ec192Copy full SHA for a2ec192
dpnp/dpnp_array.py
@@ -1951,7 +1951,7 @@ def T(self):
1951
warnings.warn(
1952
"`.T` is deprecated for non-2D dpnp.ndarray "
1953
"and will raise an error in a future release. "
1954
- "Either `arr.transpose()` or `.mT` (which swaps "
+ "Either `self.transpose()` or `self.mT` (which swaps "
1955
"the last two axes only) should be used instead.",
1956
DeprecationWarning,
1957
stacklevel=2,
0 commit comments