mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix docstring.
This commit is contained in:
parent
2605ca8773
commit
866a5d89b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue