Skip to content

Commit da30587

Browse files
fix spelling in Doc/library/ctypes.rst
Co-authored-by: Arch Oversight <[email protected]>
1 parent 971ef00 commit da30587

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/ctypes.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ They are instances of a private class:
15811581

15821582
.. attribute:: variadic
15831583

1584-
Assign a boolean to specify that the function takes a variable nubmer of
1584+
Assign a boolean to specify that the function takes a variable number of
15851585
arguments. This does not matter on most platforms, but for Apple arm64
15861586
platforms variadic functions have a different calling convention than
15871587
normal functions.
@@ -2552,4 +2552,3 @@ Arrays and pointers
25522552

25532553
Returns the object to which to pointer points. Assigning to this
25542554
attribute changes the pointer to point to the assigned object.
2555-

0 commit comments

Comments
 (0)