diff options
author | Guido van Rossum <guido@python.org> | 1995-03-07 10:14:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-07 10:14:09 (GMT) |
commit | 6c4f003202bade83791c754cd94e28c1c2fb10fa (patch) | |
tree | 749a24c8924e8b4e717cf0267b1c93791f30d3f5 /Doc/libarray.tex | |
parent | d01c100713ed5f4490300c16501407b86e789e5d (diff) | |
download | cpython-6c4f003202bade83791c754cd94e28c1c2fb10fa.zip cpython-6c4f003202bade83791c754cd94e28c1c2fb10fa.tar.gz cpython-6c4f003202bade83791c754cd94e28c1c2fb10fa.tar.bz2 |
changes (suggested) by Soren Larsen
Diffstat (limited to 'Doc/libarray.tex')
-rw-r--r-- | Doc/libarray.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libarray.tex b/Doc/libarray.tex index 034ac32..ea68fb1 100644 --- a/Doc/libarray.tex +++ b/Doc/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} |