Commit bef9b0b0 authored by Fred Drake's avatar Fred Drake

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

parent 2003204b
...@@ -61,7 +61,7 @@ Append a new item with value \var{x} to the end of the array. ...@@ -61,7 +61,7 @@ Append a new item with value \var{x} to the end of the array.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{buffer_info}{} \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 memory address and the length in bytes of the buffer used to hold
array's contents. This is occasionally useful when working with array's contents. This is occasionally useful when working with
low-level (and inherently unsafe) I/O interfaces that require memory low-level (and inherently unsafe) I/O interfaces that require memory
......
...@@ -61,7 +61,7 @@ Append a new item with value \var{x} to the end of the array. ...@@ -61,7 +61,7 @@ Append a new item with value \var{x} to the end of the array.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{buffer_info}{} \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 memory address and the length in bytes of the buffer used to hold
array's contents. This is occasionally useful when working with array's contents. This is occasionally useful when working with
low-level (and inherently unsafe) I/O interfaces that require memory low-level (and inherently unsafe) I/O interfaces that require memory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment