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 3dfc117 commit a9b6411Copy full SHA for a9b6411
dpctl/_sycl_context.pyx
@@ -59,7 +59,7 @@ _logger = logging.getLogger(__name__)
59
cdef class SyclContextCreationError(Exception):
60
"""
61
A ``SyclContextCreationError`` exception is raised
62
- when :class:`.SyclContext` could not created.
+ when :class:`.SyclContext` could not be created.
63
64
pass
65
dpctl/_sycl_device.pyx
@@ -128,7 +128,7 @@ __all__ = [
128
cdef class SyclDeviceCreationError(Exception):
129
130
A ``SyclDeviceCreationError`` exception is raised when
131
- :class:`.SyclDevice` instance could not created.
+ :class:`.SyclDevice` instance could not be created.
132
133
134
0 commit comments