[New-bugs-announce] [issue45958] Document typo in unpack_from()

Hian-Kun Tenn report at bugs.python.org
Wed Dec 1 21:45:07 EST 2021


New submission from Hian-Kun Tenn <hiankun at gmail.com>:

In the document of "struct" (https://docs.python.org/3.9/library/struct.html#struct.unpack_from), there's typo in it.

The document read
`struct.unpack_from(format, /, buffer, offset=0)`
and I believe it should be
`struct.unpack_from(format, buffer, offset=0)`.

Documents before Python 3.9 has no this typo.

----------
assignee: docs at python
components: Documentation
messages: 407510
nosy: docs at python, hiankun
priority: normal
severity: normal
status: open
title: Document typo in unpack_from()
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45958>
_______________________________________


More information about the New-bugs-announce mailing list