Commit 31694ae4 authored by Benjamin Peterson's avatar Benjamin Peterson

fix grammar

parent c5a235bb
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment