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.
1 parent 89e6d38 commit 89c4eefCopy full SHA for 89c4eef
1 file changed
Doc/library/stdtypes.rst
@@ -2459,7 +2459,7 @@ copying.
2459
bytearray(b'z123fg')
2460
>>> v[2:3] = b'spam'
2461
Traceback (most recent call last):
2462
- File "<stdin>", line 1, in <module>
+ File "<stdin>", line 1, in <module>
2463
ValueError: memoryview assignment: lvalue and rvalue have different structures
2464
>>> v[2:6] = b'spam'
2465
>>> data
0 commit comments