From: Florent Xicluna Date: Fri, 9 Dec 2011 22:41:19 +0000 (+0100) Subject: Fix docstring typo. X-Git-Tag: v3.2.3rc1~299 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e686cbb7d3dcc216a051f3e4cc807983ead44f4;p=thirdparty%2FPython%2Fcpython.git Fix docstring typo. --- diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c index 31c4f391647d..641e283ed125 100644 --- a/Modules/arraymodule.c +++ b/Modules/arraymodule.c @@ -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\