From 6c4f003202bade83791c754cd94e28c1c2fb10fa Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 7 Mar 1995 10:14:09 +0000 Subject: changes (suggested) by Soren Larsen --- Doc/lib/libarray.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/lib/libarray.tex') diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 034ac320bc..ea68fb1bb4 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -63,8 +63,8 @@ available are still inserted into the array. \end{funcdesc} \begin{funcdesc}{fromlist}{list} -Appends items from the list. This is equivalent to -\code{for x in \var{list}: a.append(x)} +Append items from the list. This is equivalent to +\code{for x in \var{list}:\ a.append(x)} except that if there is a type error, the array is unchanged. \end{funcdesc} -- cgit v1.2.1