Skip to content

Commit eb2823f

Browse files
committed
Fix API typo. Closes SF 606216
1 parent bfff5a7 commit eb2823f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/abstract.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ \section{Buffer Protocol \label{abstract-buffer}}
962962
\end{cfuncdesc}
963963

964964
\begin{cfuncdesc}{int}{PyObject_AsWriteBuffer}{PyObject *obj,
965-
const char **buffer,
965+
char **buffer,
966966
int *buffer_len}
967967
Returns a pointer to a writeable memory location. The \var{obj}
968968
argument must support the single-segment, character buffer

0 commit comments

Comments
 (0)