mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Issue #14691: indent the traceback so the example is highlighted
This commit is contained in:
parent
89e6d3896a
commit
89c4eef435
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue