Skip to content

Commit a3f8fbd

Browse files
Update dpctl/tensor/_manipulation_functions.py
1 parent 36014f8 commit a3f8fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_manipulation_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def can_cast(from_, to, casting="safe"):
427427
can_cast(from: usm_ndarray or dtype, to: dtype) -> bool
428428
429429
Determines if one data type can be cast to another data type according \
430-
Type Promotion Rules rules.
430+
to Type Promotion Rules rules.
431431
"""
432432
if isinstance(to, dpt.usm_ndarray):
433433
raise TypeError("Expected dtype type.")

0 commit comments

Comments
 (0)