mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[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 0708437ad0
)
This commit is contained in:
parent
7513c6b6fe
commit
db5bf52469
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue