[Python-checkins] r62036 - python/trunk/Doc/library/array.rst

georg.brandl python-checkins at python.org
Sat Mar 29 12:46:18 CET 2008


Author: georg.brandl
Date: Sat Mar 29 12:46:18 2008
New Revision: 62036

Modified:
   python/trunk/Doc/library/array.rst
Log:
Fix capitalization.


Modified: python/trunk/Doc/library/array.rst
==============================================================================
--- python/trunk/Doc/library/array.rst	(original)
+++ python/trunk/Doc/library/array.rst	Sat Mar 29 12:46:18 2008
@@ -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


More information about the Python-checkins mailing list