Skip to content

Commit d0a47db

Browse files
authored
Update _device_selection.py
1 parent 6f53b1a commit d0a47db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onedal/tests/utils/_device_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_queues(filter_: str = "cpu,gpu") -> list[SyclQueue]:
3939
Parameters
4040
----------
4141
filter_ : str, default="cpu,gpu"
42-
Configure output list with availabe SyclQueues for testing.
42+
Configure output list with available SyclQueues for testing.
4343
SyclQueues are generated from a comma-separated string with
4444
each element conforming to SYCL's ``filter_selector``.
4545

0 commit comments

Comments
 (0)