mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Minor cleanups, markup.
This commit is contained in:
parent
a288a234ec
commit
71f5acdd1e
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue