mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
remove the repeat 'the' (#29455)
This commit is contained in:
parent
57c50c9c7c
commit
122ca4d73f
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ for checking. It will be one of the following:
|
|||
Before making the call, the VALUES vector should be initialized
|
||||
with pointers to the appropriate argument values.
|
||||
|
||||
To call the the function using the initialized ffi_cif, use the
|
||||
To call the function using the initialized ffi_cif, use the
|
||||
ffi_call function:
|
||||
|
||||
void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue