Skip to content

Commit 3d51c48

Browse files
Merge update_astype into update_astype
2 parents 1340c7a + 1518258 commit 3d51c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_copy_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def astype(usm_ary, newdtype, order="K", casting="unsafe", copy=True):
365365
array (usm_ndarray):
366366
An input array.
367367
new_dtype (dtype):
368-
The data type of the resulting array. If None, gives default
368+
The data type of the resulting array. If `None`, gives default
369369
floating point type supported by device where `array` is allocated.
370370
order ({"C", "F", "A", "K"}, optional):
371371
Controls memory layout of the resulting array if a copy

0 commit comments

Comments
 (0)