summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorEric Mariasis <ericmariasis829@gmail.com>2020-02-01 19:02:17 -0500
committerEric Mariasis <ericmariasis829@gmail.com>2020-02-01 19:02:17 -0500
commitbc2b217b5a7c98c38450552120c26cc3c2061a67 (patch)
treeff98512500c70f73873a7d2098e36f8689a52da2 /numpy
parenta9158df4178edb039e51a7f347c4dc6d0b6215b1 (diff)
downloadnumpy-bc2b217b5a7c98c38450552120c26cc3c2061a67.tar.gz
nabbed the last backslash area
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/src/multiarray/descriptor.c4
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;
}