Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60d8684

Browse files
committed
Merged revisions 86603 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r86603 | antoine.pitrou | 2010-11-20 20:36:05 +0100 (sam., 20 nov. 2010) | 3 lines In 3.x, bytearray is akin to bytes, not str. ........
1 parent 5a1ca6e commit 60d8684

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ are always available. They are listed here in alphabetical order.
7070
Return a new array of bytes. The :class:`bytearray` type is a mutable
7171
sequence of integers in the range 0 <= x < 256. It has most of the usual
7272
methods of mutable sequences, described in :ref:`typesseq-mutable`, as well
73-
as most methods that the :class:`str` type has, see :ref:`bytes-methods`.
73+
as most methods that the :class:`bytes` type has, see :ref:`bytes-methods`.
7474

7575
The optional *source* parameter can be used to initialize the array in a few
7676
different ways:

0 commit comments

Comments
 (0)