mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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:
parent
f3262b72ca
commit
c4089d84d8
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue