Skip to content

Commit 1d80519

Browse files
Update src/_arraykit.c
Co-authored-by: Brandt Bucher <brandtbucher@gmail.com>
1 parent 40bfa4c commit 1d80519

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
@@ -150,7 +150,7 @@ AK_ResolveDTypeIter(PyObject *dtypes)
150150
Py_DECREF(iterator);
151151
if (!resolved) {
152152
// this could happen if this function gets an empty tuple
153-
PyErr_SetString(PyExc_ValueError, "iterator passed to resolve dtypes is empty");
153+
PyErr_SetString(PyExc_ValueError, "iterable passed to resolve dtypes is empty");
154154
}
155155
return resolved;
156156
}

0 commit comments

Comments
 (0)