Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3262b7 commit c4089d8Copy full SHA for c4089d8
1 file changed
Doc/lib/libdoctest.tex
@@ -304,10 +304,10 @@ \subsection{How are Docstring Examples Recognized?}
304
The starting column doesn't matter:
305
306
\begin{verbatim}
307
->>> assert "Easy!"
308
->>> import math
309
->>> math.floor(1.9)
310
-1.0
+ >>> assert "Easy!"
+ >>> import math
+ >>> math.floor(1.9)
+ 1.0
311
\end{verbatim}
312
313
and as many leading whitespace characters are stripped from the expected
0 commit comments