Kaydet (Commit) 24eac034 authored tarafından Georg Brandl's avatar Georg Brandl

Fix, thanks to Nick.

üst 9541463a
......@@ -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`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment