From: Fred Drake Date: Tue, 5 Nov 2002 22:19:27 +0000 (+0000) Subject: Minor cleanups, markup. X-Git-Tag: v2.2.3c1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=835767305382c7005941d2473636117e6e896ada;p=thirdparty%2FPython%2Fcpython.git Minor cleanups, markup. --- 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}