Skip to content

Commit 03f8d8f

Browse files
[3.11] ctypes docs: fix missing not in variadic functions section (GH-102611) (#103425)
(cherry picked from commit 975d220) Co-authored-by: mara004 <[email protected]>
1 parent a59dc1f commit 03f8d8f

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
@@ -389,7 +389,7 @@ regular, non-variadic, function arguments:
389389
390390
libc.printf.argtypes = [ctypes.c_char_p]
391391
392-
Because specifying the attribute does inhibit portability it is advised to always
392+
Because specifying the attribute does not inhibit portability it is advised to always
393393
specify ``argtypes`` for all variadic functions.
394394

395395

0 commit comments

Comments
 (0)