Skip to content

Commit e38234a

Browse files
committed
Corrects typo in diff
1 parent fdf9ada commit e38234a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_utility_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def _concat_diff_input(arr, axis, prepend, append):
280280
a_append = append
281281
else:
282282
a_append = dpt.asarray(
283-
prepend,
283+
append,
284284
dtype=append_dtype,
285285
usm_type=coerced_usm_type,
286286
sycl_queue=exec_q,

0 commit comments

Comments
 (0)