]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix, thanks to Nick.
authorGeorg Brandl <georg@python.org>
Thu, 22 Nov 2007 14:16:00 +0000 (14:16 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 22 Nov 2007 14:16:00 +0000 (14:16 +0000)
Doc/library/functions.rst

index 752bd50455544312386889bdb5cbd0d52e6deb56..08566facf4d447a46d44f11d9e19067d8f141c7b 100644 (file)
@@ -120,7 +120,7 @@ available.  They are listed here in alphabetical order.
 
 .. function:: bytearray([arg[, encoding[, errors]]])
 
-   Return a new array of bytes.  The :class:`bytearray` type is an immutable
+   Return a new array of bytes.  The :class:`bytearray` type is a mutable
    sequence of integers in the range 0 <= x < 256.  It has most of the usual
    methods of mutable sequences, described in :ref:`typesseq-mutable`, as well
    as most methods that the :class:`str` type has, see :ref:`bytes-methods`.