Commit 0e686cbb authored by Florent Xicluna's avatar Florent Xicluna

Fix docstring typo.

parent 432259fe
......@@ -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\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment