diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 282dff38c206b0..8690f70fd2e072 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -374,8 +374,8 @@ that they can be converted to the required C data type:: .. _ctypes-calling-variadic-functions: -Calling varadic functions -^^^^^^^^^^^^^^^^^^^^^^^^^ +Calling variadic functions +^^^^^^^^^^^^^^^^^^^^^^^^^^ On a lot of platforms calling variadic functions through ctypes is exactly the same as calling functions with a fixed number of parameters. On some platforms, and in