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

Skip to content

Commit 1ee86a1

Browse files
committed
merge with 3.2
2 parents 2cf936f + 76dea27 commit 1ee86a1

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
@@ -2424,7 +2424,7 @@ copying. Memory is generally interpreted as simple bytes.
24242424
bytearray(b'z123fg')
24252425
>>> v[2] = b'spam'
24262426
Traceback (most recent call last):
2427-
File "<stdin>", line 1, in <module>
2427+
File "<stdin>", line 1, in <module>
24282428
ValueError: cannot modify size of memoryview object
24292429

24302430
Notice how the size of the memoryview object cannot be changed.

0 commit comments

Comments
 (0)