We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4349b59 commit c3360feCopy full SHA for c3360fe
doc/reference/exceptions.rst
@@ -45,15 +45,15 @@ Exceptions
45
46
.. data:: SyclContextCreationError
47
48
- Given when :class:`dpctl.SyclContext` instance could not created.
+ Given when :class:`dpctl.SyclContext` instance could not be created.
49
50
.. data:: SyclDeviceCreationError
51
52
- Given when :class:`dpctl.SyclDevice` instance could not created.
+ Given when :class:`dpctl.SyclDevice` instance could not be created.
53
54
.. data:: SyclQueueCreationError
55
56
- Given when :class:`dpctl.SyclQueue` instance could not created.
+ Given when :class:`dpctl.SyclQueue` instance could not be created.
57
The creation can fail if the filter string is invalid, or the backend or
58
device type values are not supported.
59
0 commit comments