fix grammar

This commit is contained in:
Benjamin Peterson 2008-05-30 20:44:39 +00:00
parent c5a235bb55
commit 31694ae4a5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Byte Array Objects
.. 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.