diff options
-rw-r--r-- | Doc/lib/libarray.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index cfc9cec..84b2812 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -78,8 +78,9 @@ operations are applied to it. \begin{methoddesc}[array]{byteswap}{x} ``Byteswap'' all items of the array. This is only supported for -integer values. It is useful when reading data from a file written -on a machine with a different byte order. +integer values; for other types of values, \exception{RuntimeError} is +raised. It is useful when reading data from a file written on a +machine with a different byte order. \end{methoddesc} \begin{methoddesc}[array]{fromfile}{f, n} |