Minimal useful docstring for CopyComPointer.

This commit is contained in:
Thomas Heller 2006-08-01 17:46:10 +00:00
parent 3de83e9b61
commit 11d68a6ac4

View 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)