mirror of
https://github.com/python/cpython.git
synced 2025-09-25 01:43:11 +00:00
Merge: #24216: fix typo
This commit is contained in:
commit
c1ecef78a3
1 changed files with 1 additions and 1 deletions
|
@ -2509,7 +2509,7 @@ arbitrary binary data.
|
||||||
Return a bytes or bytearray object which is the concatenation of the
|
Return a bytes or bytearray object which is the concatenation of the
|
||||||
binary data sequences in the :term:`iterable` *iterable*. A
|
binary data sequences in the :term:`iterable` *iterable*. A
|
||||||
:exc:`TypeError` will be raised if there are any values in *iterable*
|
: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
|
:class:`str` objects. The separator between elements is the contents
|
||||||
of the bytes or bytearray object providing this method.
|
of the bytes or bytearray object providing this method.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue