Skip to content

Commit 3e792b8

Browse files
Correcting exception text
1 parent 43c4833 commit 3e792b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_usmarray.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ cdef class usm_ndarray:
937937
except Exception:
938938
raise ValueError(
939939
f"Input of type {type(val)} could not be "
940-
"converted to numpy.ndarray"
940+
"converted to usm_ndarray"
941941
)
942942

943943
def __sub__(first, other):

0 commit comments

Comments
 (0)