Skip to content

Commit 831a5cb

Browse files
Fixed typo in docstring
1 parent 8e63098 commit 831a5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/_slicing.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cdef object _basic_slice_meta(object ind, tuple shape,
3838
tuple strides, Py_ssize_t offset):
3939
"""
4040
Give basic slicing index `ind` and array layout information produce
41-
a tuple (resulting_shape, resulting_strides, resultin_offset)
41+
a tuple (resulting_shape, resulting_strides, resulting_offset)
4242
used to contruct a view into underlying array.
4343
4444
Raises IndexError for invalid index `ind`, and NotImplementedError

0 commit comments

Comments
 (0)