From 72f573c9c71092ff3ed59f7818f1b178cb5c6deb Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Mon, 10 Oct 2022 15:51:24 +0200 Subject: DOC: Replace CObject with Capsule consistently --- numpy/f2py/cfuncs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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; -- cgit v1.2.1