Skip to content

Commit 10fc657

Browse files
Edit to _SyclDevice.__doc__
Use double quotes in honor of everything black. Use the same verbiage as in .pyx file
1 parent 926e315 commit 10fc657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpctl/_sycl_device.pxd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ from libcpp cimport bool as cpp_bool
2929

3030

3131
cdef class _SyclDevice:
32-
''' Wrapper data owner class for a Sycl Device
33-
'''
32+
""" A helper data-owner class to abstract a cl::sycl::device instance.
33+
"""
3434
cdef DPCTLSyclDeviceRef _device_ref
3535
cdef const char *_vendor
3636
cdef const char *_name

0 commit comments

Comments
 (0)