mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
ctypes docs: fix missing not
in variadic functions section (#102611)
This commit is contained in:
parent
86d2044155
commit
975d220bbe
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ regular, non-variadic, function arguments:
|
||||||
|
|
||||||
libc.printf.argtypes = [ctypes.c_char_p]
|
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.
|
specify ``argtypes`` for all variadic functions.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue