Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 296c66e commit 0e8168cCopy full SHA for 0e8168c
1 file changed
Doc/library/stdtypes.rst
@@ -2483,7 +2483,7 @@ arbitrary binary data.
2483
Return a bytes or bytearray object which is the concatenation of the
2484
binary data sequences in the :term:`iterable` *iterable*. A
2485
:exc:`TypeError` will be raised if there are any values in *iterable*
2486
- that are note :term:`bytes-like objects <bytes-like object>`, including
+ that are not :term:`bytes-like objects <bytes-like object>`, including
2487
:class:`str` objects. The separator between elements is the contents
2488
of the bytes or bytearray object providing this method.
2489
0 commit comments