summaryrefslogtreecommitdiff
path: root/numpy/core/src/arraymethods.c
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/arraymethods.c')
-rw-r--r--numpy/core/src/arraymethods.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/numpy/core/src/arraymethods.c b/numpy/core/src/arraymethods.c
index 0332aab70..070beb6a7 100644
--- a/numpy/core/src/arraymethods.c
+++ b/numpy/core/src/arraymethods.c
@@ -402,6 +402,9 @@ array_tostring(PyArrayObject *self, PyObject *args, PyObject *kwds)
}
+/* This should grow an order= keyword to be consistent
+ */
+
static PyObject *
array_tofile(PyArrayObject *self, PyObject *args, PyObject *kwds)
{