[Python-checkins] r51020 - python/trunk/Modules/_ctypes/callproc.c

thomas.heller python-checkins at python.org
Tue Aug 1 19:46:11 CEST 2006


Author: thomas.heller
Date: Tue Aug  1 19:46:10 2006
New Revision: 51020

Modified:
   python/trunk/Modules/_ctypes/callproc.c
Log:
Minimal useful docstring for CopyComPointer.

Modified: python/trunk/Modules/_ctypes/callproc.c
==============================================================================
--- python/trunk/Modules/_ctypes/callproc.c	(original)
+++ python/trunk/Modules/_ctypes/callproc.c	Tue Aug  1 19:46:10 2006
@@ -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)


More information about the Python-checkins mailing list