From: Sandro Tosi Date: Sun, 29 Apr 2012 18:33:28 +0000 (+0200) Subject: Issue #14691: indent the traceback so the example is highlighted X-Git-Tag: v3.3.0a3~32^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89c4eef435addb2db972304d715793e224307886;p=thirdparty%2FPython%2Fcpython.git Issue #14691: indent the traceback so the example is highlighted --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index f06f579a9a4c..4e1f7a7fe6d6 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