diff options
Diffstat (limited to 'numpy')
-rw-r--r-- | numpy/core/src/multiarray/descriptor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/src/multiarray/descriptor.c b/numpy/core/src/multiarray/descriptor.c index 595702fcf..04d8adbf4 100644 --- a/numpy/core/src/multiarray/descriptor.c +++ b/numpy/core/src/multiarray/descriptor.c @@ -461,8 +461,8 @@ _convert_from_array_descr(PyObject *obj, int align) } else { PyErr_SetString(PyExc_TypeError, - "First element of field tuple is \ - neither a tuple nor str"); + "First element of field tuple is " + "neither a tuple nor str"); goto fail; } |