Be explicit about what efficient means.

This commit is contained in:
Raymond Hettinger 2008-03-29 10:42:07 +00:00
parent 91e0cdaedc
commit 594b76b7eb

View file

@ -3,12 +3,12 @@
=================================================== ===================================================
.. module:: array .. module:: array
:synopsis: Efficient arrays of uniformly typed numeric values. :synopsis: Space efficient arrays of uniformly typed numeric values.
.. index:: single: arrays .. 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 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 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 them is constrained. The type is specified at object creation time by using a