[Python-checkins] [3.11] gh-103025: fix a ctypes doc typo (GH-103026) (#103029)

AlexWaygood webhook-mailer at python.org
Sat Mar 25 06:00:51 EDT 2023


https://github.com/python/cpython/commit/aae91fa63c65745c4118eafca0088447d87e65b0
commit: aae91fa63c65745c4118eafca0088447d87e65b0
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: AlexWaygood <Alex.Waygood at Gmail.com>
date: 2023-03-25T10:00:44Z
summary:

[3.11] gh-103025: fix a ctypes doc typo  (GH-103026) (#103029)

* gh-103025: fix two ctypes doc issues  (GH-103026)
(cherry picked from commit 0708437ad043657f992cb985fd5c37e1ac052f93)

Co-authored-by: Peter Jiping Xie <peter.jp.xie at gmail.com>

files:
M Doc/library/ctypes.rst

diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
index 282dff38c206..8690f70fd2e0 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



More information about the Python-checkins mailing list