Kaydet (Commit) c1ecef78 authored tarafından R David Murray's avatar R David Murray

Merge: #24216: fix typo

...@@ -2509,7 +2509,7 @@ arbitrary binary data. ...@@ -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.
......
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