]> granicus.if.org Git - python/commitdiff
Be explicit about what efficient means.
authorRaymond Hettinger <python@rcn.com>
Sat, 29 Mar 2008 10:42:07 +0000 (10:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 29 Mar 2008 10:42:07 +0000 (10:42 +0000)
Doc/library/array.rst

index 5194edc4e094ea2750a5936ea4d2efae74e51c57..2b938011745743df725f91d94acc8d2aae686b8d 100644 (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