summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/f2py/cfuncs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/cfuncs.py b/numpy/f2py/cfuncs.py
index 962be48d3..baac7743f 100644
--- a/numpy/f2py/cfuncs.py
+++ b/numpy/f2py/cfuncs.py
@@ -1324,7 +1324,7 @@ create_cb_arglist(PyObject* fun, PyTupleObject* xa , const int maxnofargs,
if (xa != NULL)
ext = PyTuple_Size((PyObject *)xa);
if(ext>0) {
- fprintf(stderr,\"extra arguments tuple cannot be used with CObject call-back\\n\");
+ fprintf(stderr,\"extra arguments tuple cannot be used with Capsule call-back\\n\");
goto capi_fail;
}
tmp_fun = fun;