Skip to content

Commit

Permalink
Merge update_astype into update_astype
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-perevezentsev committed Jun 27, 2023
2 parents 1340c7a + 1518258 commit 3d51c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpctl/tensor/_copy_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def astype(usm_ary, newdtype, order="K", casting="unsafe", copy=True):
array (usm_ndarray):
An input array.
new_dtype (dtype):
The data type of the resulting array. If None, gives default
The data type of the resulting array. If `None`, gives default
floating point type supported by device where `array` is allocated.
order ({"C", "F", "A", "K"}, optional):
Controls memory layout of the resulting array if a copy
Expand Down

0 comments on commit 3d51c48

Please sign in to comment.