From: Benjamin Peterson Date: Fri, 30 May 2008 20:44:39 +0000 (+0000) Subject: fix grammar X-Git-Tag: v2.6b1~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31694ae4a5d3dfff1284077d064f0e1ce735929d;p=thirdparty%2FPython%2Fcpython.git fix grammar --- diff --git a/Doc/c-api/bytearray.rst b/Doc/c-api/bytearray.rst index 674a240a58dd..af5b5e358ab5 100644 --- a/Doc/c-api/bytearray.rst +++ b/Doc/c-api/bytearray.rst @@ -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.