[Python-checkins] r63823 - python/trunk/Doc/c-api/bytearray.rst

benjamin.peterson python-checkins at python.org
Fri May 30 22:44:39 CEST 2008


Author: benjamin.peterson
Date: Fri May 30 22:44:39 2008
New Revision: 63823

Log:
fix grammar


Modified:
   python/trunk/Doc/c-api/bytearray.rst

Modified: python/trunk/Doc/c-api/bytearray.rst
==============================================================================
--- python/trunk/Doc/c-api/bytearray.rst	(original)
+++ python/trunk/Doc/c-api/bytearray.rst	Fri May 30 22:44:39 2008
@@ -43,7 +43,7 @@
 
 .. cfunction:: PyObject* PyByteArray_FromStringAndSize(const char *string, Py_ssize_t len)
 
-   Create a new bytearray object from *string* and it's length, *len*.  On
+   Create a new bytearray object from *string* and its length, *len*.  On
    failure, *NULL* is returned.
 
 


More information about the Python-checkins mailing list