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

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


http://hg.python.org/cpython/rev/78a7d5f8f054
changeset:   73910:78a7d5f8f054
branch:      2.7
parent:      73901:70337a6d5dde
user:        Florent Xicluna <florent.xicluna at gmail.com>
date:        Fri Dec 09 23:40:27 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
@@ -2050,7 +2050,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