summaryrefslogtreecommitdiff
path: root/numpy/f2py/cfuncs.py
diff options
context:
space:
mode:
authorRohit Goswami <rog32@hi.is>2022-10-10 16:00:08 +0200
committerRohit Goswami <rog32@hi.is>2022-10-10 16:00:08 +0200
commiteec7fdf0c35babf65c808ca7d96b50efa3b4888c (patch)
treebbf136930d982610d7dbacdc08892c96a3532b25 /numpy/f2py/cfuncs.py
parent72f573c9c71092ff3ed59f7818f1b178cb5c6deb (diff)
downloadnumpy-eec7fdf0c35babf65c808ca7d96b50efa3b4888c.tar.gz
DOC: Add reference links and switch to PyCapsule
Diffstat (limited to 'numpy/f2py/cfuncs.py')
-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 baac7743f..741692562 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 Capsule call-back\\n\");
+ fprintf(stderr,\"extra arguments tuple cannot be used with PyCapsule call-back\\n\");
goto capi_fail;
}
tmp_fun = fun;