We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfff5a7 commit eb2823fCopy full SHA for eb2823f
1 file changed
Doc/api/abstract.tex
@@ -962,7 +962,7 @@ \section{Buffer Protocol \label{abstract-buffer}}
962
\end{cfuncdesc}
963
964
\begin{cfuncdesc}{int}{PyObject_AsWriteBuffer}{PyObject *obj,
965
- const char **buffer,
+ char **buffer,
966
int *buffer_len}
967
Returns a pointer to a writeable memory location. The \var{obj}
968
argument must support the single-segment, character buffer
0 commit comments