Thanks to visit codestin.com Credit goes to github.com
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 f6b3a07 commit 76f14b0Copy full SHA for 76f14b0
1 file changed
Doc/library/ctypes.rst
@@ -2512,7 +2512,7 @@ Arrays and pointers
2512
Abstract base class for arrays.
2513
2514
The recommended way to create concrete array types is by multiplying any
2515
- :mod:`ctypes` data type with a positive integer. Alternatively, you can subclass
+ :mod:`ctypes` data type with a non-negative integer. Alternatively, you can subclass
2516
this type and define :attr:`_length_` and :attr:`_type_` class variables.
2517
Array elements can be read and written using standard
2518
subscript and slice accesses; for slice reads, the resulting object is
0 commit comments