[Python-checkins] remove the repeat 'the' (GH-29455)

miss-islington webhook-mailer at python.org
Mon Nov 8 03:45:16 EST 2021


https://github.com/python/cpython/commit/6b0ea06ea83217bed5edcebbb771e45222ae591c
commit: 6b0ea06ea83217bed5edcebbb771e45222ae591c
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-11-08T00:45:06-08:00
summary:

remove the repeat 'the' (GH-29455)

(cherry picked from commit 122ca4d73faba279a579aa2011fa34661ce537a2)

Co-authored-by: 180909 <734461790 at qq.com>

files:
M Modules/_ctypes/libffi_osx/README

diff --git a/Modules/_ctypes/libffi_osx/README b/Modules/_ctypes/libffi_osx/README
index 69e46cbf8a420..54f00e3ec1ff3 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);



More information about the Python-checkins mailing list