From 513069028fed8a43474a86bfa823bbd0753deca1 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 8 Sep 2002 04:39:28 +0000 Subject: Fix API typo. The write buffer is not const. Closes SF 606216. --- Doc/api/abstract.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/api/abstract.tex b/Doc/api/abstract.tex index 3331dcc..6bf96b2 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 -- cgit v0.12