In the example showing the irrelevance of start columns, restore that the

start columns differ (editing had pushed them all into column 0).
This commit is contained in:
Tim Peters 2001-02-17 18:03:25 +00:00
parent f3262b72ca
commit c4089d84d8
1 changed files with 4 additions and 4 deletions

View 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