From 6b0ea06ea83217bed5edcebbb771e45222ae591c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 8 Nov 2021 00:45:06 -0800 Subject: remove the repeat 'the' (GH-29455) (cherry picked from commit 122ca4d73faba279a579aa2011fa34661ce537a2) Co-authored-by: 180909 <734461790@qq.com> --- Modules/_ctypes/libffi_osx/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12