Fix docstring.

This commit is contained in:
Thomas Heller 2006-06-14 06:18:15 +00:00
parent 2605ca8773
commit 866a5d89b2
1 changed files with 1 additions and 1 deletions

View 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