From ef8c2a7e22edf179beda65d13c3a35ffc3e90c2a Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 24 Oct 2006 07:26:55 +0000 Subject: Fix some typos and allow use of F_CONTIGUOUS and C_CONTIGUOUS in requires. --- numpy/core/src/arraymethods.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/src/arraymethods.c') diff --git a/numpy/core/src/arraymethods.c b/numpy/core/src/arraymethods.c index a13da074f..0332aab70 100644 --- a/numpy/core/src/arraymethods.c +++ b/numpy/core/src/arraymethods.c @@ -1689,7 +1689,7 @@ array_setflags(PyArrayObject *self, PyObject *args, PyObject *kwds) if (PyObject_IsTrue(uic)) { self->flags = flagback; PyErr_SetString(PyExc_ValueError, - "cannot set UPDATEIFCOPY" \ + "cannot set UPDATEIFCOPY " \ "flag to True"); return NULL; } -- cgit v1.2.1