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
1 changed files with 2 additions and 2 deletions

View File

@ -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