Minor cleanups, markup.

This commit is contained in:
Fred Drake 2002-11-05 22:19:45 +00:00
parent a288a234ec
commit 71f5acdd1e
1 changed files with 2 additions and 2 deletions

View File

@ -1502,8 +1502,8 @@ to be able to test for its presence before using it.}
\begin{ctypedesc}[getcharbufferproc]{int (*getcharbufferproc)
(PyObject *self, int segment, const char **ptrptr)}
Return the size of the memory buffer in ptrptr at the segment index.
\code{\var{ptrptr}} is set to the memory buffer.
Return the size of the memory buffer in \var{ptrptr} for segment
\var{segment}. \code{*\var{ptrptr}} is set to the memory buffer.
\end{ctypedesc}