We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971ef00 commit da30587Copy full SHA for da30587
Doc/library/ctypes.rst
@@ -1581,7 +1581,7 @@ They are instances of a private class:
1581
1582
.. attribute:: variadic
1583
1584
- Assign a boolean to specify that the function takes a variable nubmer of
+ Assign a boolean to specify that the function takes a variable number of
1585
arguments. This does not matter on most platforms, but for Apple arm64
1586
platforms variadic functions have a different calling convention than
1587
normal functions.
@@ -2552,4 +2552,3 @@ Arrays and pointers
2552
2553
Returns the object to which to pointer points. Assigning to this
2554
attribute changes the pointer to point to the assigned object.
2555
-
0 commit comments