mirror of https://github.com/python/cpython
Be explicit about what efficient means.
This commit is contained in:
parent
91e0cdaedc
commit
594b76b7eb
|
@ -3,12 +3,12 @@
|
|||
===================================================
|
||||
|
||||
.. module:: array
|
||||
:synopsis: Efficient arrays of uniformly typed numeric values.
|
||||
:synopsis: Space efficient arrays of uniformly typed numeric values.
|
||||
|
||||
|
||||
.. index:: single: arrays
|
||||
|
||||
This module defines an object type which can efficiently represent an array of
|
||||
This module defines an object type which can Compactly represent an array of
|
||||
basic values: characters, integers, floating point numbers. Arrays are sequence
|
||||
types and behave very much like lists, except that the type of objects stored in
|
||||
them is constrained. The type is specified at object creation time by using a
|
||||
|
|
Loading…
Reference in New Issue