From 9bc059968b9240cd3fdc5a0bba8180e884b4081b Mon Sep 17 00:00:00 2001 From: fsbs Date: Sun, 31 Oct 2021 11:13:07 +0000 Subject: Add duphandle() documentation --- src/easy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/easy.c b/src/easy.c index f3f7fc5..aeb2b78 100644 --- a/src/easy.c +++ b/src/easy.c @@ -728,7 +728,7 @@ PYCURL_INTERNAL PyMethodDef curlobject_methods[] = { {"setopt_string", (PyCFunction)do_curl_setopt_string, METH_VARARGS, curl_setopt_string_doc}, {"unsetopt", (PyCFunction)do_curl_unsetopt, METH_VARARGS, curl_unsetopt_doc}, {"reset", (PyCFunction)do_curl_reset, METH_NOARGS, curl_reset_doc}, - {"duphandle", (PyCFunction)do_curl_duphandle, METH_NOARGS, NULL}, + {"duphandle", (PyCFunction)do_curl_duphandle, METH_NOARGS, curl_duphandle_doc}, #if defined(HAVE_CURL_OPENSSL) {"set_ca_certs", (PyCFunction)do_curl_set_ca_certs, METH_VARARGS, curl_set_ca_certs_doc}, #endif -- cgit v1.2.1