mirror of https://github.com/python/cpython
ctypes docs: fix missing `not` in variadic functions section (#102611)
This commit is contained in:
parent
86d2044155
commit
975d220bbe
|
@ -390,7 +390,7 @@ regular, non-variadic, function arguments:
|
|||
|
||||
libc.printf.argtypes = [ctypes.c_char_p]
|
||||
|
||||
Because specifying the attribute does inhibit portability it is advised to always
|
||||
Because specifying the attribute does not inhibit portability it is advised to always
|
||||
specify ``argtypes`` for all variadic functions.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue