]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix docstring typo.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 9 Dec 2011 22:40:27 +0000 (23:40 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Fri, 9 Dec 2011 22:40:27 +0000 (23:40 +0100)
Modules/arraymodule.c

index 1602e4883df6cd8391e60300b21f3261217337ea..a860f57cef94179f4882cc22afd2ed786ba145cf 100644 (file)
@@ -2050,7 +2050,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\