Commit 7a259ca8 authored by Georg Brandl's avatar Georg Brandl

#4427: fix arguments for "y" BuildValue type.

parent ed5b9b3f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment