8000
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 7e5318c commit 7801e07Copy full SHA for 7801e07
numpy/core/src/multiarray/methods.c
@@ -1729,7 +1729,7 @@ array_reduce_ex_regular(PyArrayObject *self, int protocol)
1729
PyObject *ret;
1730
1731
/* We do not call array_reduce directly but instead lookup and call
1732
- * the __reduce__ method to make sure that it's possible customize
+ * the __reduce__ method to make sure that it's possible to customize
1733
* pickling in sub-classes. */
1734
subclass_array_reduce = PyObject_GetAttrString((PyObject *)self,
1735
"__reduce__");
0 commit comments