]> granicus.if.org Git - python/commitdiff
Added missing "\" to "\var{address}, var{length}" in buffer_info() description.
authorFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 19:33:45 +0000 (19:33 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 29 Dec 1997 19:33:45 +0000 (19:33 +0000)
Doc/lib/libarray.tex
Doc/libarray.tex

index 3150f71a10ac60cf6ef6f4fcc9bd23fbf2acf125..8490fc8e00d20c137a42bb8077ee9879fbaaea53 100644 (file)
@@ -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
index 3150f71a10ac60cf6ef6f4fcc9bd23fbf2acf125..8490fc8e00d20c137a42bb8077ee9879fbaaea53 100644 (file)
@@ -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