We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2eb1a8b + 0e8168c commit c1ecef7Copy full SHA for c1ecef7
1 file changed
Doc/library/stdtypes.rst
@@ -2509,7 +2509,7 @@ arbitrary binary data.
2509
Return a bytes or bytearray object which is the concatenation of the
2510
binary data sequences in the :term:`iterable` *iterable*. A
2511
:exc:`TypeError` will be raised if there are any values in *iterable*
2512
- that are note :term:`bytes-like objects <bytes-like object>`, including
+ that are not :term:`bytes-like objects <bytes-like object>`, including
2513
:class:`str` objects. The separator between elements is the contents
2514
of the bytes or bytearray object providing this method.
2515
0 commit comments