From 594b76b7eb8a3f1ca97f1abaca91a71fb16d40cf Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 29 Mar 2008 10:42:07 +0000 Subject: [PATCH] Be explicit about what efficient means. --- Doc/library/array.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 5194edc4e09..2b938011745 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -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