diff options
Diffstat (limited to 'Doc/library/array.rst')
-rw-r--r-- | Doc/library/array.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 4747b63..e86d0cc 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -45,10 +45,7 @@ defined: The actual representation of values is determined by the machine architecture (strictly speaking, by the C implementation). The actual size can be accessed -through the :attr:`itemsize` attribute. The values stored for ``'L'`` and -``'I'`` items will be represented as Python long integers when retrieved, -because Python's plain integer type cannot represent the full range of C's -unsigned (long) integers. +through the :attr:`itemsize` attribute. The module defines the following type: |