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::
375375
376376.. _ctypes-calling-variadic-functions :
377377
378- Calling varadic functions
379- ^^^^^^^^^^^^^^^^^^^^^^^^^
378+ Calling variadic functions
379+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
380380
381381On a lot of platforms calling variadic functions through ctypes is exactly the same
382382as 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::
508508
509509If you want to avoid the ``ord("x") `` calls above, you can set the
510510: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:
512512
513513.. doctest ::
514514
You can’t perform that action at this time.
0 commit comments