]> granicus.if.org Git - python/commitdiff
Fixed typo.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 2 Mar 2009 05:49:44 +0000 (05:49 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Mon, 2 Mar 2009 05:49:44 +0000 (05:49 +0000)
Doc/c-api/buffer.rst

index 94672535f3d54b130adf209c468ce984d3fe6480..1dc032ef697c99628853c08a2e549fcb5368d73c 100644 (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.