Skip to content

Commit c343c4b

Browse files
committed
code cleanup
1 parent 905b061 commit c343c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_arraykit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ AK_ResolveDTypeIter(PyObject *dtypes)
148148
return resolved;
149149
}
150150

151-
// Perform a deepcopy on an array, using an optional memo dictionary, and specialized to depend on immutable arrays. Related Numpy implementation: https://github.com/numpy/numpy/blob/a14c41264855e44ebd6187d7541b5b8d59bb32cb/numpy/core/src/multiarray/methods.c#L1557
151+
// Perform a deepcopy on an array, using an optional memo dictionary, and specialized to depend on immutable arrays.
152152
PyObject*
153153
AK_ArrayDeepCopy(PyArrayObject *array, PyObject *memo)
154154
{

0 commit comments

Comments
 (0)