summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-08 08:45:06 (GMT)
committerGitHub <noreply@github.com>2021-11-08 08:45:06 (GMT)
commit6b0ea06ea83217bed5edcebbb771e45222ae591c (patch)
treed8f489eff0d9c99d77442cc5593e2c5058ec754b
parentf5287ecd59d83a662490f89188a0fc2ef3718f8b (diff)
downloadcpython-6b0ea06ea83217bed5edcebbb771e45222ae591c.zip
cpython-6b0ea06ea83217bed5edcebbb771e45222ae591c.tar.gz
cpython-6b0ea06ea83217bed5edcebbb771e45222ae591c.tar.bz2
remove the repeat 'the' (GH-29455)
(cherry picked from commit 122ca4d73faba279a579aa2011fa34661ce537a2) Co-authored-by: 180909 <734461790@qq.com>
-rw-r--r--Modules/_ctypes/libffi_osx/README2
1 files changed, 1 insertions, 1 deletions
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);