Issue #27125: Remove duplicated words from documentation and comments

This commit is contained in:
Martin Panter 2016-05-30 04:04:50 +00:00
parent f45d27bcc3
commit a90a4a9651
17 changed files with 20 additions and 21 deletions

View file

@ -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