Skip to content

Commit 5e35e0e

Browse files
authored
Merge pull request #1920 from IntelPython/corrected-docstring-in-helper-test-class
Correct docstring of Container helper class
2 parents 4c077ac + 56480b8 commit 5e35e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tests/test_usm_ndarray_dlpack.py

+1-1
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)