From c4089d84d8c958b25dd5772f9d8e28a26825c1bd Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 17 Feb 2001 18:03:25 +0000 Subject: [PATCH] In the example showing the irrelevance of start columns, restore that the start columns differ (editing had pushed them all into column 0). --- Doc/lib/libdoctest.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index fc95a3125e..d17b6eb322 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -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 -- 2.50.0