]> granicus.if.org Git - python/commitdiff
In the example showing the irrelevance of start columns, restore that the
authorTim Peters <tim.peters@gmail.com>
Sat, 17 Feb 2001 18:03:25 +0000 (18:03 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 17 Feb 2001 18:03:25 +0000 (18:03 +0000)
start columns differ (editing had pushed them all into column 0).

Doc/lib/libdoctest.tex

index fc95a3125ed1fb96fc0555cdd1cf04be44d0d81d..d17b6eb3227be5d5ab4b2f44649b3988fee7d114 100644 (file)
@@ -304,10 +304,10 @@ yes
 The starting column doesn't matter:
 
 \begin{verbatim}
->>> assert "Easy!"
->>> import math
->>> math.floor(1.9)
-1.0
+  >>> assert "Easy!"
+        >>> import math
+            >>> math.floor(1.9)
+            1.0
 \end{verbatim}
 
 and as many leading whitespace characters are stripped from the expected