Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cf936f + 76dea27 commit 1ee86a1Copy full SHA for 1ee86a1
1 file changed
Doc/library/stdtypes.rst
@@ -2424,7 +2424,7 @@ copying. Memory is generally interpreted as simple bytes.
2424
bytearray(b'z123fg')
2425
>>> v[2] = b'spam'
2426
Traceback (most recent call last):
2427
- File "<stdin>", line 1, in <module>
+ File "<stdin>", line 1, in <module>
2428
ValueError: cannot modify size of memoryview object
2429
2430
Notice how the size of the memoryview object cannot be changed.
0 commit comments