From: Hirokazu Yamamoto Date: Mon, 2 Mar 2009 05:49:44 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: v3.1a1~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d4975c0e4eaed9c79cae3e01d96ad89d08e7757;p=thirdparty%2FPython%2Fcpython.git Fixed typo. --- diff --git a/Doc/c-api/buffer.rst b/Doc/c-api/buffer.rst index 94672535f3d5..1dc032ef697c 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.