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

asvetlov webhook-mailer at python.org
Mon Nov 8 03:20:02 EST 2021


https://github.com/python/cpython/commit/122ca4d73faba279a579aa2011fa34661ce537a2
commit: 122ca4d73faba279a579aa2011fa34661ce537a2
branch: main
author: 180909 <734461790 at qq.com>
committer: asvetlov <andrew.svetlov at gmail.com>
date: 2021-11-08T10:19:54+02:00
summary:

remove the repeat 'the' (#29455)

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