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 bb7d9e7 commit d3b1728Copy full SHA for d3b1728
dpnp/memory/_memory.py
@@ -98,7 +98,7 @@ def create_data(x):
98
cls = dispatch.get(type(usm_data), None)
99
if cls:
100
data = cls(usm_data)
101
- # `ptr`` is expecting to point at the start of the array's data,
+ # `ptr` is expecting to point at the start of the array's data,
102
# while `usm_data._pointer` is a pointer at the start of memory buffer
103
data.ptr = x._pointer
104
return data
0 commit comments