mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added missing "\" to "\var{address}, var{length}" in buffer_info() description.
This commit is contained in:
parent
2003204ba7
commit
bef9b0b039
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
\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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue