mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
Issue #27125: Merge typo fixes from 3.5
This commit is contained in:
commit
e514093a2f
17 changed files with 20 additions and 21 deletions
|
@ -38,7 +38,7 @@ Py_LOCAL_INLINE(Py_ssize_t) _PyBytesWriter_GetSize(_PyBytesWriter *writer,
|
|||
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