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

index 31c4f391647d6b7af020aedbc515d6d4a24c7903..641e283ed125aee6ece8fd908b8c9792c134137f 100644 (file)
@@ -2543,7 +2543,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\