From: Thomas Heller Date: Tue, 1 Aug 2006 17:46:10 +0000 (+0000) Subject: Minimal useful docstring for CopyComPointer. X-Git-Tag: v2.5b3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11d68a6ac4aff428a1b680344962bfb444069453;p=python Minimal useful docstring for CopyComPointer. --- diff --git a/Modules/_ctypes/callproc.c b/Modules/_ctypes/callproc.c index a57eecb65e..d6f875b946 100644 --- a/Modules/_ctypes/callproc.c +++ b/Modules/_ctypes/callproc.c @@ -1160,7 +1160,7 @@ call_commethod(PyObject *self, PyObject *args) } static char copy_com_pointer_doc[] = -"CopyComPointer(a, b) -> integer\n"; +"CopyComPointer(src, dst) -> HRESULT value\n"; static PyObject * copy_com_pointer(PyObject *self, PyObject *args)