Fix capitalization.

This commit is contained in:
Georg Brandl 2008-03-29 11:46:18 +00:00
parent 594b76b7eb
commit 0069d85ba9

View file

@ -8,7 +8,7 @@
.. index:: single: arrays .. 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 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 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 them is constrained. The type is specified at object creation time by using a