diff options
author | 180909 <734461790@qq.com> | 2021-11-08 08:19:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 08:19:54 (GMT) |
commit | 122ca4d73faba279a579aa2011fa34661ce537a2 (patch) | |
tree | 6828f388993272c3bad59b91a008a7d50b29410c | |
parent | 57c50c9c7c701a8301c5a89b2b2d050550f62022 (diff) | |
download | cpython-122ca4d73faba279a579aa2011fa34661ce537a2.zip cpython-122ca4d73faba279a579aa2011fa34661ce537a2.tar.gz cpython-122ca4d73faba279a579aa2011fa34661ce537a2.tar.bz2 |
remove the repeat 'the' (#29455)
-rw-r--r-- | Modules/_ctypes/libffi_osx/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_ctypes/libffi_osx/README b/Modules/_ctypes/libffi_osx/README index 69e46cb..54f00e3 100644 --- a/Modules/_ctypes/libffi_osx/README +++ b/Modules/_ctypes/libffi_osx/README @@ -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); |