Skip to content

Commit 8fcfc67

Browse files
committed
str->string in SyclPlatform.get_devices docstring
1 parent 068b7fc commit 8fcfc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_sycl_platform.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ cdef class SyclPlatform(_SyclPlatform):
395395
396396
Raises:
397397
TypeError:
398-
If `device_type` is not a str or :class:`dpctl.device_type`
398+
If `device_type` is not a string or :class:`dpctl.device_type`
399399
enum.
400400
ValueError:
401401
If the ``DPCTLPlatform_GetDevices`` call returned

0 commit comments

Comments
 (0)