From: Thomas Heller Date: Wed, 14 Jun 2006 06:18:15 +0000 (+0000) Subject: Fix docstring. X-Git-Tag: v2.5b1~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=866a5d89b29903735379fe778c1a08ef3314ba78;p=thirdparty%2FPython%2Fcpython.git Fix docstring. --- diff --git a/Lib/ctypes/__init__.py b/Lib/ctypes/__init__.py index eb4753202c76..083d0f150f05 100644 --- a/Lib/ctypes/__init__.py +++ b/Lib/ctypes/__init__.py @@ -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