File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -375,8 +375,8 @@ that they can be converted to the required C data type::
375
375
376
376
.. _ctypes-calling-variadic-functions :
377
377
378
- Calling varadic functions
379
- ^^^^^^^^^^^^^^^^^^^^^^^^^
378
+ Calling variadic functions
379
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
380
380
381
381
On a lot of platforms calling variadic functions through ctypes is exactly the same
382
382
as calling functions with a fixed number of parameters. On some platforms, and in
@@ -508,7 +508,7 @@ a string pointer and a char, and returns a pointer to a string::
508
508
509
509
If you want to avoid the ``ord("x") `` calls above, you can set the
510
510
:attr: `argtypes ` attribute, and the second argument will be converted from a
511
- single character Python bytes object into a C char::
511
+ single character Python bytes object into a C char:
512
512
513
513
.. doctest ::
514
514
You can’t perform that action at this time.
0 commit comments