Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e8168c

Browse files
committed
#24216: fix typo
1 parent 296c66e commit 0e8168c

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

0 commit comments

Comments
 (0)