Skip to content

Commit

Permalink
resolved spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmariasis committed Feb 1, 2020
1 parent 812920c commit a9158df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numpy/core/src/multiarray/descriptor.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ _convert_from_array_descr(PyObject *obj, int align)
else if (PyTuple_Check(name)) {
if (PyTuple_GET_SIZE(name) != 2) {
PyErr_Format(PyExc_TypeError,
"If a tuple, the first element of a field tuple must have \
two elements, not %d",
"If a tuple, the first element of a field tuple must have "
"two elements, not %zd",
PyTuple_GET_SIZE(name));
goto fail;
}
Expand Down

0 comments on commit a9158df

Please sign in to comment.