Skip to content

Commit 56480b8

Browse files
Correct docstring of Container helper class
The docstring stated that this container implemented legacy DLPack protocol, while it implements DLPack 1.0
1 parent 4c077ac commit 56480b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_usm_ndarray_dlpack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def __dlpack_device__(self):
750750

751751

752752
class Container:
753-
"Helper class implementing legacy `__dlpack__` protocol"
753+
"Helper class implementing `__dlpack__` protocol version 1.0"
754754

755755
def __init__(self, array):
756756
self._array = array

0 commit comments

Comments
 (0)