From 71f5acdd1ec189929db54b411f4c4f63dfcde314 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 5 Nov 2002 22:19:45 +0000 Subject: Minor cleanups, markup. --- Doc/api/newtypes.tex | 4 ++-- 1 file 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} -- cgit v0.12