Skip to content

Commit c3360fe

Browse files
Apply suggestions from code review
Co-authored-by: vlad-perevezentsev <vladislav.perevezentsev@intel.com>
1 parent 4349b59 commit c3360fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/reference/exceptions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ Exceptions
4545

4646
.. data:: SyclContextCreationError
4747

48-
Given when :class:`dpctl.SyclContext` instance could not created.
48+
Given when :class:`dpctl.SyclContext` instance could not be created.
4949

5050
.. data:: SyclDeviceCreationError
5151

52-
Given when :class:`dpctl.SyclDevice` instance could not created.
52+
Given when :class:`dpctl.SyclDevice` instance could not be created.
5353

5454
.. data:: SyclQueueCreationError
5555

56-
Given when :class:`dpctl.SyclQueue` instance could not created.
56+
Given when :class:`dpctl.SyclQueue` instance could not be created.
5757
The creation can fail if the filter string is invalid, or the backend or
5858
device type values are not supported.
5959

0 commit comments

Comments
 (0)