[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 0708437ad0)

Co-authored-by: Peter Jiping Xie <peter.jp.xie@gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-03-25 03:00:44 -07:00 committed by GitHub
parent 85c686a1a5
commit aae91fa63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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