diff options
author | Fred Drake <fdrake@acm.org> | 2002-11-05 22:19:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-11-05 22:19:45 (GMT) |
commit | 71f5acdd1ec189929db54b411f4c4f63dfcde314 (patch) | |
tree | f1560a3af18b2546ad43f1f70364e19fe1641ec9 | |
parent | a288a234ec5c11a0c077c818cc945001f51bbc48 (diff) | |
download | cpython-71f5acdd1ec189929db54b411f4c4f63dfcde314.zip cpython-71f5acdd1ec189929db54b411f4c4f63dfcde314.tar.gz cpython-71f5acdd1ec189929db54b411f4c4f63dfcde314.tar.bz2 |
Minor cleanups, markup.
-rw-r--r-- | Doc/api/newtypes.tex | 4 |
1 files 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} |