Skip to content

Commit 975d220

Browse files
authored
ctypes docs: fix missing not in variadic functions section (#102611)
1 parent 86d2044 commit 975d220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ctypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ regular, non-variadic, function arguments:
390390
391391
libc.printf.argtypes = [ctypes.c_char_p]
392392
393-
Because specifying the attribute does inhibit portability it is advised to always
393+
Because specifying the attribute does not inhibit portability it is advised to always
394394
specify ``argtypes`` for all variadic functions.
395395

396396

0 commit comments

Comments
 (0)