]> granicus.if.org Git - python/commitdiff
Minimal useful docstring for CopyComPointer.
authorThomas Heller <theller@ctypes.org>
Tue, 1 Aug 2006 17:46:10 +0000 (17:46 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 1 Aug 2006 17:46:10 +0000 (17:46 +0000)
Modules/_ctypes/callproc.c

index a57eecb65e2ab3bc6b3689b2dc4628a4b2a7c0d9..d6f875b946008d8218e1061a534734db7c710ef8 100644 (file)
@@ -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)