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

This commit is contained in:
Sandro Tosi 2012-04-29 20:33:28 +02:00
parent 89e6d3896a
commit 89c4eef435
1 changed files with 1 additions and 1 deletions

View File

@ -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