]> granicus.if.org Git - python/commitdiff
Fix capitalization.
authorGeorg Brandl <georg@python.org>
Sat, 29 Mar 2008 11:46:18 +0000 (11:46 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 29 Mar 2008 11:46:18 +0000 (11:46 +0000)
Doc/library/array.rst

index 2b938011745743df725f91d94acc8d2aae686b8d..3b247b7700b83a23e7807017d12d7417a2d4e34a 100644 (file)
@@ -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