diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2011-12-09 22:42:29 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2011-12-09 22:42:29 (GMT) |
commit | 720682efd1a98dcd70a829c2a06f5fd07638af26 (patch) | |
tree | 1947fc42f08d8c6b6d361a930c5e9f916a5edf88 /Modules/arraymodule.c | |
parent | a9e9abb8efcb94a19687bd584e57a1232c51d7c2 (diff) | |
parent | 5126df602cd4911c3578173b2c2686ddfaa59478 (diff) | |
download | cpython-720682efd1a98dcd70a829c2a06f5fd07638af26.zip cpython-720682efd1a98dcd70a829c2a06f5fd07638af26.tar.gz cpython-720682efd1a98dcd70a829c2a06f5fd07638af26.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Modules/arraymodule.c')
-rw-r--r-- | Modules/arraymodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index bb0d72b..76a3a65 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -2619,7 +2619,7 @@ PyDoc_STRVAR(arraytype_doc, \n\ Return a new array whose items are restricted by typecode, and\n\ initialized from the optional initializer value, which must be a list,\n\ -string. or iterable over elements of the appropriate type.\n\ +string or iterable over elements of the appropriate type.\n\ \n\ Arrays represent basic values and behave very much like lists, except\n\ the type of objects stored in them is constrained.\n\ |