From 11d68a6ac4aff428a1b680344962bfb444069453 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 1 Aug 2006 17:46:10 +0000 Subject: Minimal useful docstring for CopyComPointer. --- Modules/_ctypes/callproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/_ctypes/callproc.c b/Modules/_ctypes/callproc.c index a57eecb..d6f875b 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) -- cgit v0.12