Skip to content

Commit aae91fa

Browse files
[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 0708437) Co-authored-by: Peter Jiping Xie <peter.jp.xie@gmail.com>
1 parent 85c686a commit aae91fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/ctypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ that they can be converted to the required C data type::
374374

375375
.. _ctypes-calling-variadic-functions:
376376

377-
Calling varadic functions
378-
^^^^^^^^^^^^^^^^^^^^^^^^^
377+
Calling variadic functions
378+
^^^^^^^^^^^^^^^^^^^^^^^^^^
379379

380380
On a lot of platforms calling variadic functions through ctypes is exactly the same
381381
as calling functions with a fixed number of parameters. On some platforms, and in

0 commit comments

Comments
 (0)