[New-bugs-announce] [issue16337] typo in documentation regarding "Bytearray Objects", chapter 4.8.2

Winfried Plappert report at bugs.python.org
Sat Oct 27 14:15:47 CEST 2012


New submission from Winfried Plappert:

In the online documentation at http://docs.python.org/py3k/library/stdtypes.html?highlight=bytearray%20objects%20copying%20existing%20binary%20data%20via%20buffer%20protocol and the PDF version 3.3.0, page 46, both in chapter 4.8.2:

Bullet 4 is "bytearray(b'Hi!)" but should be "bytearray(b'Hi!')"

----------
assignee: docs at python
components: Documentation
messages: 173924
nosy: docs at python, wplappert
priority: normal
severity: normal
status: open
title: typo in documentation regarding "Bytearray Objects", chapter 4.8.2
type: enhancement
versions: Python 3.3

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


More information about the New-bugs-announce mailing list