diff options
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/newtypes.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/newtypes.tex b/Doc/api/newtypes.tex index efaff32..0f2f7a4 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -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} |