Commit 89c4eef4 authored by Sandro Tosi's avatar Sandro Tosi

Issue #14691: indent the traceback so the example is highlighted

parent 89e6d389
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment