Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4089d8

Browse files
committed
In the example showing the irrelevance of start columns, restore that the
start columns differ (editing had pushed them all into column 0).
1 parent f3262b7 commit c4089d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/lib/libdoctest.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,10 +304,10 @@ \subsection{How are Docstring Examples Recognized?}
304304
The starting column doesn't matter:
305305
306306
\begin{verbatim}
307-
>>> assert "Easy!"
308-
>>> import math
309-
>>> math.floor(1.9)
310-
1.0
307+
>>> assert "Easy!"
308+
>>> import math
309+
>>> math.floor(1.9)
310+
1.0
311311
\end{verbatim}
312312
313313
and as many leading whitespace characters are stripped from the expected

0 commit comments

Comments
 (0)