summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/doctest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst
index 2aa3ae1..4952e05 100644
--- a/Doc/library/doctest.rst
+++ b/Doc/library/doctest.rst
@@ -343,7 +343,7 @@ The fine print:
>>> assert "Easy!"
>>> import math
>>> math.floor(1.9)
- 1.0
+ 1
and as many leading whitespace characters are stripped from the expected output
as appeared in the initial ``'>>> '`` line that started the example.