diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-29 19:33:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-29 19:33:45 (GMT) |
commit | bef9b0b03976f688d7a038e69f31c17a1890e5b7 (patch) | |
tree | 8152bb7d374da0144a9052128d32397c9bc6c262 /Doc | |
parent | 2003204ba71ab3cac54015ef9fc6171f4e825953 (diff) | |
download | cpython-bef9b0b03976f688d7a038e69f31c17a1890e5b7.zip cpython-bef9b0b03976f688d7a038e69f31c17a1890e5b7.tar.gz cpython-bef9b0b03976f688d7a038e69f31c17a1890e5b7.tar.bz2 |
Added missing "\" to "\var{address}, var{length}" in buffer_info() description.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libarray.tex | 2 | ||||
-rw-r--r-- | Doc/libarray.tex | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/Doc/libarray.tex b/Doc/libarray.tex index 3150f71..8490fc8 100644 --- a/Doc/libarray.tex +++ b/Doc/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 |