Issue #14691: indent the traceback so the example is highlighted
This commit is contained in:
parent
89e6d3896a
commit
89c4eef435
|
@ -2459,7 +2459,7 @@ copying.
|
|||
bytearray(b'z123fg')
|
||||
>>> v[2:3] = b'spam'
|
||||
Traceback (most recent call last):
|
||||
File "<stdin>", line 1, in <module>
|
||||
File "<stdin>", line 1, in <module>
|
||||
ValueError: memoryview assignment: lvalue and rvalue have different structures
|
||||
>>> v[2:6] = b'spam'
|
||||
>>> data
|
||||
|
|
Loading…
Reference in New Issue