diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 5208f254a5a994..282dff38c206b0 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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 adviced to always +Because specifying the attribute does inhibit portability it is advised to always specify ``argtypes`` for all variadic functions.