Skip to content

Commit

Permalink
ctypes docs: fix missing not in variadic functions section (python#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 authored and warsaw committed Apr 11, 2023
1 parent 457cd8d commit 66954f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/ctypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 66954f7

Please sign in to comment.