[issue26535] Minor typo in the docs for struct.unpack

Martin Panter report at bugs.python.org
Fri Mar 11 20:50:04 EST 2016


Martin Panter added the comment:

The patch looks good to me, though it should be applied to all three unpack functions and Struct methods, and the doc strings (struct.unpack.__doc__ etc).

An alternative wording is already used for struct.iter_unpack(): “the buffer’s size in bytes”. Maybe that is slightly clearer, but it’s no big deal.

----------
stage: needs patch -> patch review
versions: +Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26535>
_______________________________________


More information about the Python-bugs-list mailing list