Skip to content

Commit 3de0c27

Browse files
oleksandr-pavlykndgrigorian
authored andcommitted
Fixed typos foundn in review
1 parent bc2ee12 commit 3de0c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/utils/_compute_follows_data.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def get_execution_queue(qs, /):
5454
Get execution queue from queues associated with input arrays.
5555
5656
Args:
57-
qs (List[SyclQueue]):
57+
qs (List[:class:`dpctl.SyclQueue`]):
5858
a list or a tuple of :class:`dpctl.SyclQueue` objects
5959
corresponding to arrays that are being combined.
6060
@@ -84,7 +84,7 @@ def get_execution_queue(qs, /):
8484
def get_coerced_usm_type(usm_types, /):
8585
"""
8686
Get USM type of the output array for a function combining
87-
arrays of given USM type using compute-follows-data execution
87+
arrays of given USM types using compute-follows-data execution
8888
model.
8989
9090
Args:

0 commit comments

Comments
 (0)