Commit 6318b958 authored by Tim Peters's avatar Tim Peters

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

start columns differ (editing had pushed them all into column 0).
parent 195cc921
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment