mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
remove the repeat 'the' (#29455)
This commit is contained in:
parent
57c50c9c7c
commit
122ca4d73f
@ -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…
x
Reference in New Issue
Block a user