diff options
| author | Rohit Goswami <rog32@hi.is> | 2022-10-10 15:51:24 +0200 |
|---|---|---|
| committer | Rohit Goswami <rog32@hi.is> | 2022-10-10 15:51:24 +0200 |
| commit | 72f573c9c71092ff3ed59f7818f1b178cb5c6deb (patch) | |
| tree | 3368866d2c0b78663881a52baa5cd2339e0fbc83 /numpy | |
| parent | c6f8fb2f390f5694501a2a955f232c57a042ce0e (diff) | |
| download | numpy-72f573c9c71092ff3ed59f7818f1b178cb5c6deb.tar.gz | |
DOC: Replace CObject with Capsule consistently
Diffstat (limited to 'numpy')
| -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 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; |
