summaryrefslogtreecommitdiffstats
path: root/Doc/libarray.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/libarray.tex')
-rw-r--r--Doc/libarray.tex4
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}