mirror of
https://github.com/python/cpython.git
synced 2025-10-01 21:02:15 +00:00
Minimal useful docstring for CopyComPointer.
This commit is contained in:
parent
3de83e9b61
commit
11d68a6ac4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue