Skip to content

Commit 6b0ea06

Browse files
remove the repeat 'the' (GH-29455)
(cherry picked from commit 122ca4d) Co-authored-by: 180909 <[email protected]>
1 parent f5287ec commit 6b0ea06

File tree

1 file changed

+1
-1
lines changed
  • Modules/_ctypes/libffi_osx

1 file changed

+1
-1
lines changed

Modules/_ctypes/libffi_osx/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ for checking. It will be one of the following:
165165
Before making the call, the VALUES vector should be initialized
166166
with pointers to the appropriate argument values.
167167

168-
To call the the function using the initialized ffi_cif, use the
168+
To call the function using the initialized ffi_cif, use the
169169
ffi_call function:
170170

171171
void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues);

0 commit comments

Comments
 (0)