diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-03-02 05:49:44 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2009-03-02 05:49:44 (GMT) |
commit | 4d4975c0e4eaed9c79cae3e01d96ad89d08e7757 (patch) | |
tree | cbf07f37fff0677651de703debd5888d0e484358 /Doc/c-api/buffer.rst | |
parent | d9ca384febde46ebc9210a13e15a2d7c4c021990 (diff) | |
download | cpython-4d4975c0e4eaed9c79cae3e01d96ad89d08e7757.zip cpython-4d4975c0e4eaed9c79cae3e01d96ad89d08e7757.tar.gz cpython-4d4975c0e4eaed9c79cae3e01d96ad89d08e7757.tar.bz2 |
Fixed typo.
Diffstat (limited to 'Doc/c-api/buffer.rst')
-rw-r--r-- | Doc/c-api/buffer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/buffer.rst b/Doc/c-api/buffer.rst index 9467253..1dc032e 100644 --- a/Doc/c-api/buffer.rst +++ b/Doc/c-api/buffer.rst @@ -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. |