]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove the repeat 'the' (GH-29455)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 8 Nov 2021 08:45:06 +0000 (00:45 -0800)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 08:45:06 +0000 (00:45 -0800)
(cherry picked from commit 122ca4d73faba279a579aa2011fa34661ce537a2)

Co-authored-by: 180909 <734461790@qq.com>
Modules/_ctypes/libffi_osx/README

index 69e46cbf8a420fa5e63796cad97a938e01ab8a73..54f00e3ec1ff3821e4a793770d5d72947fae9d17 100644 (file)
@@ -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);