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 e0e8f20 commit bc2ee12Copy full SHA for bc2ee12
dpctl/tensor/_usmarray.pyx
@@ -48,7 +48,7 @@ include "_slicing.pxi"
48
49
cdef class InternalUSMArrayError(Exception):
50
"""
51
- A InternalUSMArrayError exception is raised when internal
+ An InternalUSMArrayError exception is raised when internal
52
inconsistency has been detected in :class:`.usm_ndarray`.
53
54
pass
@@ -170,7 +170,7 @@ cdef class usm_ndarray:
170
171
strides and offset must be given in units of array elements.
172
buffer can be strings ('device'|'shared'|'host' to allocate new memory)
173
- or ``dpctl.memory.MemoryUSM*`` buffers, or ``usm_ndrray`` instances.
+ or ``dpctl.memory.MemoryUSM*`` buffers, or ``usm_ndarray`` instances.
174
175
cdef int nd = 0
176
cdef int typenum = 0
0 commit comments