From 89c4eef435addb2db972304d715793e224307886 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sun, 29 Apr 2012 20:33:28 +0200 Subject: [PATCH] Issue #14691: indent the traceback so the example is highlighted --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f06f579a9a..4e1f7a7fe6 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -2459,7 +2459,7 @@ copying. bytearray(b'z123fg') >>> v[2:3] = b'spam' Traceback (most recent call last): - File "", line 1, in + File "", line 1, in ValueError: memoryview assignment: lvalue and rvalue have different structures >>> v[2:6] = b'spam' >>> data -- 2.40.0