From: 180909 <734461790@qq.com> Date: Mon, 8 Nov 2021 08:19:54 +0000 (+0800) Subject: remove the repeat 'the' (#29455) X-Git-Tag: v3.11.0a3~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=122ca4d73faba279a579aa2011fa34661ce537a2;p=thirdparty%2FPython%2Fcpython.git remove the repeat 'the' (#29455) --- diff --git a/Modules/_ctypes/libffi_osx/README b/Modules/_ctypes/libffi_osx/README index 69e46cbf8a42..54f00e3ec1ff 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);