Skip to content

Commit d4d4992

Browse files
Fixed misspelled words
1 parent eb21e50 commit d4d4992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/tensor/_elementwise_common.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ class BinaryElementwiseFunc:
421421
implementation functions supports it, or
422422
returns `None` otherwise.
423423
binary_dp_impl_fn (callable):
424-
Data-parallel umplementation function with signature
424+
Data-parallel implementation function with signature
425425
`impl_fn(src1: usm_ndarray, src2: usm_ndarray, dst: usm_ndarray,
426426
sycl_queue: SyclQueue, depends: Optional[List[SyclEvent]])`
427427
where the `src1` and `src2` are the argument arrays, `dst` is the
@@ -437,7 +437,7 @@ class BinaryElementwiseFunc:
437437
docs (str):
438438
Documentation string for the unary function.
439439
binary_inplace_fn (callable, optional):
440-
Data-parallel omplementation function with signature
440+
Data-parallel implementation function with signature
441441
`impl_fn(src: usm_ndarray, dst: usm_ndarray,
442442
sycl_queue: SyclQueue, depends: Optional[List[SyclEvent]])`
443443
where the `src` is the argument array, `dst` is the

0 commit comments

Comments
 (0)