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@python
components: Documentation
messages: 173924
nosy: docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16337>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to