Added missing "\" to "\var{address}, var{length}" in buffer_info() description.

This commit is contained in:
Fred Drake 1997-12-29 19:33:45 +00:00
parent 2003204ba7
commit bef9b0b039
2 changed files with 2 additions and 2 deletions

View 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

View 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