New submission from Hian-Kun Tenn <hian...@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@python
components: Documentation
messages: 407510
nosy: docs@python, hiankun
priority: normal
severity: normal
status: open
title: Document typo in unpack_from()
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45958>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to