Commit 0e8168c9 authored by R David Murray's avatar R David Murray

#24216: fix typo

parent 296c66e2
...@@ -2483,7 +2483,7 @@ arbitrary binary data. ...@@ -2483,7 +2483,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment