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

index efaff32af270b8bf11d42b049a9c08f861f04a25..0f2f7a4ad786d5a284b92c8ffeb335efc79601c1 100644 (file)
@@ -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}