mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #27125: Remove duplicated words from documentation and comments
This commit is contained in:
parent
f45d27bcc3
commit
a90a4a9651
17 changed files with 20 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue