Index: Doc/c-api/arg.rst =================================================================== --- Doc/c-api/arg.rst (revision 82567) +++ Doc/c-api/arg.rst (working copy) @@ -100,7 +100,7 @@ contain embedded NUL bytes; if it does, a :exc:`TypeError` exception is raised. -``y*`` (:class:`bytes`, :class:`bytearray` or buffer compatible object) [Py_buffer \*] +``y*`` (:class:`bytes`, :class:`bytearray` or buffer compatible object) [Py_buffer] This variant on ``s*`` doesn't accept Unicode objects, only objects supporting the buffer protocol. **This is the recommended way to accept binary data.**