diff --git a/dpctl/tests/test_usm_ndarray_dlpack.py b/dpctl/tests/test_usm_ndarray_dlpack.py index 92531e21a1..7ffd85c1f3 100644 --- a/dpctl/tests/test_usm_ndarray_dlpack.py +++ b/dpctl/tests/test_usm_ndarray_dlpack.py @@ -750,7 +750,7 @@ def __dlpack_device__(self): class Container: - "Helper class implementing legacy `__dlpack__` protocol" + "Helper class implementing `__dlpack__` protocol version 1.0" def __init__(self, array): self._array = array