8000 Fix comment · numpy/numpy@7801e07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7801e07

Browse files
committed
Fix comment
1 parent 7e5318c commit 7801e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/src/multiarray/methods.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@ array_reduce_ex_regular(PyArrayObject *self, int protocol)
17291729
PyObject *ret;
17301730

17311731
/* We do not call array_reduce directly but instead lookup and call
1732-
* the __reduce__ method to make sure that it's possible customize
1732+
* the __reduce__ method to make sure that it's possible to customize
17331733
* pickling in sub-classes. */
17341734
subclass_array_reduce = PyObject_GetAttrString((PyObject *)self,
17351735
"__reduce__");

0 commit comments

Comments
 (0)
0