Skip to content

Commit c1ecef7

Browse files
committed
Merge: #24216: fix typo
2 parents 2eb1a8b + 0e8168c commit c1ecef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2509,7 +2509,7 @@ arbitrary binary data.
25092509
Return a bytes or bytearray object which is the concatenation of the
25102510
binary data sequences in the :term:`iterable` *iterable*. A
25112511
:exc:`TypeError` will be raised if there are any values in *iterable*
2512-
that are note :term:`bytes-like objects <bytes-like object>`, including
2512+
that are not :term:`bytes-like objects <bytes-like object>`, including
25132513
:class:`str` objects. The separator between elements is the contents
25142514
of the bytes or bytearray object providing this method.
25152515

0 commit comments

Comments
 (0)