Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex
index 23eda21..bbbd90b 100644
--- a/Doc/lib/libarray.tex
+++ b/Doc/lib/libarray.tex
@@ -108,7 +108,7 @@
 
 \begin{methoddesc}[array]{fromstring}{s}
 Appends items from the string, interpreting the string as an
-array of machine values (i.e. as if it had been read from a
+array of machine values (as if it had been read from a
 file using the \method{fromfile()} method).
 \end{methoddesc}