diff options
Diffstat (limited to 'Doc/lib/libarray.tex')
-rw-r--r-- | Doc/lib/libarray.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libarray.tex b/Doc/lib/libarray.tex index 3150f71..8490fc8 100644 --- a/Doc/lib/libarray.tex +++ b/Doc/lib/libarray.tex @@ -61,7 +61,7 @@ Append a new item with value \var{x} to the end of the array. \end{funcdesc} \begin{funcdesc}{buffer_info}{} -Return a tuple \code{(\var{address}, var{length})} giving the current +Return a tuple \code{(\var{address}, \var{length})} giving the current memory address and the length in bytes of the buffer used to hold array's contents. This is occasionally useful when working with low-level (and inherently unsafe) I/O interfaces that require memory |