Skip to content

Commit 8b09966

Browse files
Fix pre-commit
1 parent bb68cb5 commit 8b09966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_device_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def select_device_with_aspects(required_aspects, excluded_aspects=[]):
1212
1313
The list of SYCL device aspects can be found in SYCL 2020 specs:
1414
15-
https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:device-aspects
15+
https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:device-aspects
1616
1717
:Example:
1818
.. code-block:: python

0 commit comments

Comments
 (0)