Fix API typo. The write buffer is not const. Closes SF 606216.

This commit is contained in:
Raymond Hettinger 2002-09-08 04:39:28 +00:00
parent b2c729fe27
commit 513069028f
1 changed files with 1 additions and 1 deletions

View File

@ -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