mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Fix capitalization.
This commit is contained in:
parent
594b76b7eb
commit
0069d85ba9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
.. index:: single: arrays
|
||||
|
||||
This module defines an object type which can Compactly 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