[Python-checkins] cpython (3.2): Fix docstring typo.

florent.xicluna python-checkins at python.org
Fri Dec 9 23:42:44 CET 2011


http://hg.python.org/cpython/rev/1e2880250610
changeset:   73911:1e2880250610
branch:      3.2
parent:      73908:eb30f2becb79
user:        Florent Xicluna <florent.xicluna at gmail.com>
date:        Fri Dec 09 23:41:19 2011 +0100
summary:
  Fix docstring typo.

files:
  Modules/arraymodule.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Modules/arraymodule.c b/Modules/arraymodule.c
--- a/Modules/arraymodule.c
+++ b/Modules/arraymodule.c
@@ -2543,7 +2543,7 @@
 \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\

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list