Commit 3a1ac6a4 authored by Thomas Heller's avatar Thomas Heller

Minimal useful docstring for CopyComPointer.

parent 86189dde
...@@ -1160,7 +1160,7 @@ call_commethod(PyObject *self, PyObject *args) ...@@ -1160,7 +1160,7 @@ call_commethod(PyObject *self, PyObject *args)
} }
static char copy_com_pointer_doc[] = static char copy_com_pointer_doc[] =
"CopyComPointer(a, b) -> integer\n"; "CopyComPointer(src, dst) -> HRESULT value\n";
static PyObject * static PyObject *
copy_com_pointer(PyObject *self, PyObject *args) copy_com_pointer(PyObject *self, PyObject *args)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment