Skip to content

Commit cf6fce2

Browse files
committed
Fix mistake in dpctl.SyclPlatform.get_composite_devices docstring
1 parent ea4101f commit cf6fce2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dpctl/_sycl_platform.pyx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,6 @@ cdef class SyclPlatform(_SyclPlatform):
460460
that belong to this platform.
461461
462462
Raises:
463-
TypeError:
464-
If `device_type` is not a str or :class:`dpctl.device_type`
465-
enum.
466463
ValueError:
467464
If the ``DPCTLPlatform_GetCompositeDevices`` call returned
468465
``NULL`` instead of a ``DPCTLDeviceVectorRef`` object.

0 commit comments

Comments
 (0)