[Python-checkins] r46948 - python/trunk/Lib/ctypes/__init__.py

thomas.heller python-checkins at python.org
Wed Jun 14 08:18:16 CEST 2006


Author: thomas.heller
Date: Wed Jun 14 08:18:15 2006
New Revision: 46948

Modified:
   python/trunk/Lib/ctypes/__init__.py
Log:
Fix docstring.

Modified: python/trunk/Lib/ctypes/__init__.py
==============================================================================
--- python/trunk/Lib/ctypes/__init__.py	(original)
+++ python/trunk/Lib/ctypes/__init__.py	Wed Jun 14 08:18:15 2006
@@ -69,7 +69,7 @@
     restype: the result type
     argtypes: a sequence specifying the argument types
 
-    The function prototype can be called in three ways to create a
+    The function prototype can be called in different ways to create a
     callable object:
 
     prototype(integer address) -> foreign function


More information about the Python-checkins mailing list