#4427: fix arguments for "y" BuildValue type.
This commit is contained in:
parent
ed5b9b3fd5
commit
7a259ca8e3
|
@ -438,7 +438,7 @@ and the following format units are left untouched.
|
|||
Convert a C string and its length to a Python object. If the C string pointer
|
||||
is *NULL*, the length is ignored and ``None`` is returned.
|
||||
|
||||
``y`` (bytes) [char \*, int]
|
||||
``y`` (bytes) [char \*]
|
||||
This converts a C string to a Python :func:`bytes` object. If the C
|
||||
string pointer is *NULL*, ``None`` is returned.
|
||||
|
||||
|
|
Loading…
Reference in New Issue