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

Skip to content

Commit b5d2710

Browse files
committed
merge with 3.2
2 parents 3ccc918 + c33ae06 commit b5d2710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@ copying. Memory is generally interpreted as simple bytes.
24212421
bytearray(b'zbcefg')
24222422
>>> v[1:4] = b'123'
24232423
>>> data
2424-
bytearray(b'a123fg')
2424+
bytearray(b'z123fg')
24252425
>>> v[2] = b'spam'
24262426
Traceback (most recent call last):
24272427
File "<stdin>", line 1, in <module>

0 commit comments

Comments
 (0)