Skip to content

Commit 122ca4d

Browse files
authored
remove the repeat 'the' (#29455)
1 parent 57c50c9 commit 122ca4d

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)