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 40bfa4c commit 1d80519Copy full SHA for 1d80519
src/_arraykit.c
@@ -150,7 +150,7 @@ AK_ResolveDTypeIter(PyObject *dtypes)
150
Py_DECREF(iterator);
151
if (!resolved) {
152
// this could happen if this function gets an empty tuple
153
- PyErr_SetString(PyExc_ValueError, "iterator passed to resolve dtypes is empty");
+ PyErr_SetString(PyExc_ValueError, "iterable passed to resolve dtypes is empty");
154
}
155
return resolved;
156
0 commit comments