diff options
author | Eric Mariasis <ericmariasis829@gmail.com> | 2020-02-01 19:02:17 -0500 |
---|---|---|
committer | Eric Mariasis <ericmariasis829@gmail.com> | 2020-02-01 19:02:17 -0500 |
commit | bc2b217b5a7c98c38450552120c26cc3c2061a67 (patch) | |
tree | ff98512500c70f73873a7d2098e36f8689a52da2 /numpy | |
parent | a9158df4178edb039e51a7f347c4dc6d0b6215b1 (diff) | |
download | numpy-bc2b217b5a7c98c38450552120c26cc3c2061a67.tar.gz |
nabbed the last backslash area
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; } |