Kaydet (Commit) 594b76b7 authored tarafından Raymond Hettinger's avatar Raymond Hettinger

Be explicit about what efficient means.

üst 91e0cdae
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment