mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Be explicit about what efficient means.
This commit is contained in:
parent
91e0cdaedc
commit
594b76b7eb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue