From: Georg Brandl Date: Sat, 29 Mar 2008 11:46:18 +0000 (+0000) Subject: Fix capitalization. X-Git-Tag: v2.6a2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0069d85ba96669844d89d0b59e056e508d84616b;p=thirdparty%2FPython%2Fcpython.git Fix capitalization. --- diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 2b9380117457..3b247b7700b8 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -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