Fix formatting of PEP-3118

This commit is contained in:
Travis E. Oliphant 2007-08-16 08:55:30 +00:00
parent a0d92770d1
commit 42966cb9b0
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@ call. Returns -1 and raises an error on failure and returns 0 on
success.
::
void PyObject_ReleaseBuffer(PyObject *obj, PyBuffer *view)
This is a C-API version of the releasebuffer function call. It checks