Skip to content

Commit f19f935

Browse files
author
Diptorup Deb
committed
Fix Sphinx warning.
1 parent 245b3fc commit f19f935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/_sycl_device.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ cdef class SyclDevice(_SyclDevice):
163163
There are two ways of creating a SyclDevice instance:
164164
165165
- by directly passing in a filter string to the class constructor. The
166-
filter string needs to conform to the the `DPC++ filter selector SYCL
167-
extension <https://bit.ly/37kqANT>`_.
166+
filter string needs to conform to the the `DPC++ filter selector SYCL
167+
extension <https://bit.ly/37kqANT>`_.
168168
169169
:Example:
170170
.. code-block:: python

0 commit comments

Comments
 (0)