Fixed typo.

This commit is contained in:
Hirokazu Yamamoto 2009-03-02 05:49:44 +00:00
parent d9ca384feb
commit 4d4975c0e4
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ Buffer related functions
.. 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.