From: Raymond Hettinger Date: Sun, 8 Sep 2002 04:39:28 +0000 (+0000) Subject: Fix API typo. The write buffer is not const. Closes SF 606216. X-Git-Tag: v2.3c1~4171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=513069028fed8a43474a86bfa823bbd0753deca1;p=python Fix API typo. The write buffer is not const. Closes SF 606216. --- diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index 3331dcc1de..6bf96b2352 100644 --- a/Doc/api/abstract.tex +++ b/Doc/api/abstract.tex @@ -987,7 +987,7 @@ else { \end{cfuncdesc} \begin{cfuncdesc}{int}{PyObject_AsWriteBuffer}{PyObject *obj, - const char **buffer, + char **buffer, int *buffer_len} Returns a pointer to a writeable memory location. The \var{obj} argument must support the single-segment, character buffer