New submission from Dmitry Kazakov:

This

    if there are any values in iterable that are note bytes-like objects

should be

    if there are any values in iterable that are not bytes-like objects

Here's a micropatch...

----------
assignee: docs@python
components: Documentation
files: bytes_join.diff
keywords: patch
messages: 243389
nosy: docs@python, vlth
priority: normal
severity: normal
status: open
title: Typo in bytes.join/bytearray.join documentation
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39403/bytes_join.diff

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

Reply via email to