Skip to content

Commit d3b1728

Browse files
antonwolfyvtavana
andauthored
Apply suggestions from code review
Co-authored-by: Vahid Tavanashad <[email protected]>
1 parent bb7d9e7 commit d3b1728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/memory/_memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def create_data(x):
9898
cls = dispatch.get(type(usm_data), None)
9999
if cls:
100100
data = cls(usm_data)
101-
# `ptr`` is expecting to point at the start of the array's data,
101+
# `ptr` is expecting to point at the start of the array's data,
102102
# while `usm_data._pointer` is a pointer at the start of memory buffer
103103
data.ptr = x._pointer
104104
return data

0 commit comments

Comments
 (0)