Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bef9b0b

Browse files
committed
Added missing "\" to "\var{address}, var{length}" in buffer_info() description.
1 parent 2003204 commit bef9b0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libarray.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ \section{Built-in Module \sectcode{array}}
6161
\end{funcdesc}
6262

6363
\begin{funcdesc}{buffer_info}{}
64-
Return a tuple \code{(\var{address}, var{length})} giving the current
64+
Return a tuple \code{(\var{address}, \var{length})} giving the current
6565
memory address and the length in bytes of the buffer used to hold
6666
array's contents. This is occasionally useful when working with
6767
low-level (and inherently unsafe) I/O interfaces that require memory

Doc/libarray.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ \section{Built-in Module \sectcode{array}}
6161
\end{funcdesc}
6262

6363
\begin{funcdesc}{buffer_info}{}
64-
Return a tuple \code{(\var{address}, var{length})} giving the current
64+
Return a tuple \code{(\var{address}, \var{length})} giving the current
6565
memory address and the length in bytes of the buffer used to hold
6666
array's contents. This is occasionally useful when working with
6767
low-level (and inherently unsafe) I/O interfaces that require memory

0 commit comments

Comments
 (0)