Skip to content

Commit

Permalink
Fix remark
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-perevezentsev authored and antonwolfy committed Jun 1, 2023
1 parent 4e4d231 commit ac5d887
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dpnp/dpnp_iface_manipulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,8 @@ def moveaxis(x, source, destination):
-------
out : dpnp.ndarray
Array with moved axes.
The returned array must has the same data type as `x`,
is created on the same device as `x` and has the same
USM allocation type as `x`.
The returned array will have the same data and
the same USM allocation type as `x`.
Limitations
-----------
Expand Down

0 comments on commit ac5d887

Please sign in to comment.