From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:00:03 +0000 (-0700) Subject: [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030) X-Git-Tag: v3.10.11~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db5bf524699f217bfe8d49e652882e763e903099;p=thirdparty%2FPython%2Fcpython.git [3.10] gh-103025: fix a ctypes doc typo (GH-103026) (#103030) * gh-103025: fix two ctypes doc issues (GH-103026) (cherry picked from commit 0708437ad043657f992cb985fd5c37e1ac052f93) --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index d1922aaf165a..8d4230ae1793 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -375,8 +375,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