[Python-checkins] r70098 - python/branches/py3k/Doc/c-api/buffer.rst

hirokazu.yamamoto python-checkins at python.org
Mon Mar 2 06:49:44 CET 2009


Author: hirokazu.yamamoto
Date: Mon Mar  2 06:49:44 2009
New Revision: 70098

Log:
Fixed typo.

Modified:
   python/branches/py3k/Doc/c-api/buffer.rst

Modified: python/branches/py3k/Doc/c-api/buffer.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/buffer.rst	(original)
+++ python/branches/py3k/Doc/c-api/buffer.rst	Mon Mar  2 06:49:44 2009
@@ -252,7 +252,7 @@
 
 .. 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.
 
 


More information about the Python-checkins mailing list