diff options
author | Rohit Goswami <rog32@hi.is> | 2022-10-10 16:00:08 +0200 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2022-10-10 16:00:08 +0200 |
commit | eec7fdf0c35babf65c808ca7d96b50efa3b4888c (patch) | |
tree | bbf136930d982610d7dbacdc08892c96a3532b25 /numpy/f2py/cfuncs.py | |
parent | 72f573c9c71092ff3ed59f7818f1b178cb5c6deb (diff) | |
download | numpy-eec7fdf0c35babf65c808ca7d96b50efa3b4888c.tar.gz |
DOC: Add reference links and switch to PyCapsule
Diffstat (limited to 'numpy/f2py/cfuncs.py')
-rw-r--r-- | numpy/f2py/cfuncs.py | 2 |
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; |