Fixed typo.

This commit is contained in:
Hirokazu Yamamoto 2009-03-02 05:49:44 +00:00
parent d9ca384feb
commit 4d4975c0e4

View file

@ -252,7 +252,7 @@ Buffer related functions
.. cfunction:: void PyBuffer_Release(PyObject *obj, Py_buffer *view) .. cfunction:: void PyBuffer_Release(PyObject *obj, Py_buffer *view)
Release the buffer *view* over *obj*. This shouldd be called when the buffer Release the buffer *view* over *obj*. This should be called when the buffer
is no longer being used as it may free memory from it. is no longer being used as it may free memory from it.