]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix API typo. Closes SF 606216
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Sep 2002 04:42:16 +0000 (04:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Sep 2002 04:42:16 +0000 (04:42 +0000)
Doc/api/abstract.tex

index 251d9ae0c883ed9d44bedac63f3e3095c5ada9f5..5dcfd13335c52a24c4c303055f15175a673bd2bc 100644 (file)
@@ -962,7 +962,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