From bc2b217b5a7c98c38450552120c26cc3c2061a67 Mon Sep 17 00:00:00 2001 From: Eric Mariasis Date: Sat, 1 Feb 2020 19:02:17 -0500 Subject: nabbed the last backslash area --- numpy/core/src/multiarray/descriptor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'numpy/core/src') 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; } -- cgit v1.2.1