commit | 11d68a6ac4aff428a1b680344962bfb444069453 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Tue Aug 01 17:46:10 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Tue Aug 01 17:46:10 2006 +0000 |
tree | 28ad43b0550d341a89668710b3c8f84b0d1803c5 | |
parent | 3de83e9b619e4f5d61772e5d7377819ac12bc136 [diff] |
Minimal useful docstring for CopyComPointer.
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 @@ } 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)