diff options
| author | Guido van Rossum <guido@python.org> | 1995-03-07 10:14:09 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-03-07 10:14:09 +0000 |
| commit | b90072622dbbbf2a81f469657502a3b45c952a44 (patch) | |
| tree | c671fba9e3be2e8605a0f4502af202defea43888 /Doc/lib/libarray.tex | |
| parent | e41b8399bb3c30e85029fa8d97a0413aa1993a07 (diff) | |
| download | cpython-b90072622dbbbf2a81f469657502a3b45c952a44.tar.gz | |
changes (suggested) by Soren Larsen
Diffstat (limited to 'Doc/lib/libarray.tex')
| -rw-r--r-- | Doc/lib/libarray.tex | 4 |
1 files changed, 2 insertions, 2 deletions
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} |
