mirror of https://github.com/python/cpython.git
[3.11] ctypes docs: fix missing `not` in variadic functions section (GH-102611) (#103425)
(cherry picked from commit 975d220bbe
)
Co-authored-by: mara004 <geisserml@gmail.com>
This commit is contained in:
parent
a59dc1fb43
commit
03f8d8f0d8
|
@ -389,7 +389,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