]> granicus.if.org Git - python/commitdiff
#24216: fix typo
authorR David Murray <rdmurray@bitdance.com>
Sun, 17 May 2015 14:16:37 +0000 (10:16 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sun, 17 May 2015 14:16:37 +0000 (10:16 -0400)
Doc/library/stdtypes.rst

index a4324b550b3bacb0b02aee1be9cb3425df4514a6..fc6d0206992abc0e13bb27fea06f61e16f3b08c1 100644 (file)
@@ -2483,7 +2483,7 @@ arbitrary binary data.
    Return a bytes or bytearray object which is the concatenation of the
    binary data sequences in the :term:`iterable` *iterable*.  A
    :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
    of the bytes or bytearray object providing this method.