From 835767305382c7005941d2473636117e6e896ada Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 5 Nov 2002 22:19:27 +0000 Subject: [PATCH] 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 2b3f1334bf0f..54b05aff6fc4 100644 --- a/Doc/api/newtypes.tex +++ b/Doc/api/newtypes.tex @@ -343,8 +343,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} -- 2.47.3