Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d64ce7b

Browse files
author
Victor Stinner
committed
Merged revisions 82597 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r82597 | victor.stinner | 2010-07-05 23:36:21 +0200 (lun., 05 juil. 2010) | 2 lines #9158: Fix y* format of PyArg_Parse*() functions documentation ........
1 parent f5c7bc8 commit d64ce7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/arg.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Unless otherwise stated, buffers are not NUL-terminated.
100100
contain embedded NUL bytes; if it does, a :exc:`TypeError`
101101
exception is raised.
102102

103-
``y*`` (:class:`bytes`, :class:`bytearray` or buffer compatible object) [Py_buffer \*]
103+
``y*`` (:class:`bytes`, :class:`bytearray` or buffer compatible object) [Py_buffer]
104104
This variant on ``s*`` doesn't accept Unicode objects, only objects
105105
supporting the buffer protocol. **This is the recommended way to accept
106106
binary data.**

0 commit comments

Comments
 (0)