]> granicus.if.org Git - python/commitdiff
Fix docstring.
authorThomas Heller <theller@ctypes.org>
Wed, 14 Jun 2006 06:18:15 +0000 (06:18 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 14 Jun 2006 06:18:15 +0000 (06:18 +0000)
Lib/ctypes/__init__.py

index eb4753202c762181e7e634e6a93faac62ea189c8..083d0f150f05b2d739ff3381ebe5ed3c89fbacf7 100644 (file)
@@ -69,7 +69,7 @@ def CFUNCTYPE(restype, *argtypes):
     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