Fix, thanks to Nick.

This commit is contained in:
Georg Brandl 2007-11-22 14:16:00 +00:00
parent 9541463a7d
commit 24eac034be
1 changed files with 1 additions and 1 deletions

View 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`.