]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor cleanups, markup.
authorFred Drake <fdrake@acm.org>
Tue, 5 Nov 2002 22:19:27 +0000 (22:19 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 5 Nov 2002 22:19:27 +0000 (22:19 +0000)
Doc/api/newtypes.tex

index 2b3f1334bf0ff07938727053b3b1f0c8bd4ed71b..54b05aff6fc4978018425725dc81fb58e0ea29ea 100644 (file)
@@ -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}