fix signature

This commit is contained in:
Benjamin Peterson 2009-05-31 00:42:42 +00:00
parent a3e8f30eab
commit d7ead0c23f
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ Buffer related functions
Return 1 if *obj* supports the buffer interface otherwise 0.
.. cfunction:: int PyObject_GetBuffer(PyObject *obj, PyObject *view, int flags)
.. cfunction:: int PyObject_GetBuffer(PyObject *obj, Py_buffer *view, int flags)
Export *obj* into a :ctype:`Py_buffer`, *view*. These arguments must
never be *NULL*. The *flags* argument is a bit field indicating what