Commit 6163fc90 authored by Hirokazu Yamamoto's avatar Hirokazu Yamamoto

Fixed typo.

parent 1320d002
...@@ -252,7 +252,7 @@ Buffer related functions ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment