This commit is contained in:
R David Murray 2015-05-17 10:16:37 -04:00
parent 296c66e21c
commit 0e8168c9e5
1 changed files with 1 additions and 1 deletions

View File

@ -2483,7 +2483,7 @@ arbitrary binary data.
Return a bytes or bytearray object which is the concatenation of the
binary data sequences in the :term:`iterable` *iterable*. A
:exc:`TypeError` will be raised if there are any values in *iterable*
that are note :term:`bytes-like objects <bytes-like object>`, including
that are not :term:`bytes-like objects <bytes-like object>`, including
:class:`str` objects. The separator between elements is the contents
of the bytes or bytearray object providing this method.