mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
remove the repeat 'the' (GH-29455)
(cherry picked from commit 122ca4d73f
)
Co-authored-by: 180909 <734461790@qq.com>
This commit is contained in:
parent
f5287ecd59
commit
6b0ea06ea8
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