]> granicus.if.org Git - python/commitdiff
Issue #14691: indent the traceback so the example is highlighted
authorSandro Tosi <sandro.tosi@gmail.com>
Sun, 29 Apr 2012 18:33:28 +0000 (20:33 +0200)
committerSandro Tosi <sandro.tosi@gmail.com>
Sun, 29 Apr 2012 18:33:28 +0000 (20:33 +0200)
Doc/library/stdtypes.rst

index f06f579a9a4c366f4ad3c119df13e487bf1d17b1..4e1f7a7fe6d63ca49323859a05e1c4629e6b6bdb 100644 (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