From a90a4a96517fe25b57246083076b247f417d737d Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Mon, 30 May 2016 04:04:50 +0000 Subject: Issue #27125: Remove duplicated words from documentation and comments --- Objects/bytesobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Objects/bytesobject.c') diff --git a/Objects/bytesobject.c b/Objects/bytesobject.c index 495c3ebc23..c2aa65c3bc 100644 --- a/Objects/bytesobject.c +++ b/Objects/bytesobject.c @@ -34,7 +34,7 @@ static PyBytesObject *nullstring; For PyBytes_FromString(), the parameter `str' points to a null-terminated string containing exactly `size' bytes. - For PyBytes_FromStringAndSize(), the parameter the parameter `str' is + For PyBytes_FromStringAndSize(), the parameter `str' is either NULL or else points to a string containing at least `size' bytes. For PyBytes_FromStringAndSize(), the string in the `str' parameter does not have to be null-terminated. (Therefore it is safe to construct a -- cgit v1.2.1