commit | 436ebf8a52f2cdaaf4870a646e0fbb6b5c61bf45 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Oct 06 17:51:46 2014 +0200 |
committer | Georg Brandl <georg@python.org> | Mon Oct 06 17:51:46 2014 +0200 |
tree | a106950ee4f43546e32599485727d68157fe6428 | |
parent | 8d867cb718aaaac49d09aef6e783e419854ec864 [diff] [blame] |
Closes #16155: fix a few errors in doctest output of the FAQ pages.
diff --git a/Doc/faq/design.rst b/Doc/faq/design.rst index 66b0652..2c986d4 100644 --- a/Doc/faq/design.rst +++ b/Doc/faq/design.rst
@@ -49,7 +49,7 @@ People are often very surprised by results like this:: >>> 1.2 - 1.0 - 0.199999999999999996 + 0.19999999999999996 and think it is a bug in Python. It's not. This has nothing to do with Python, but with how the underlying C platform handles floating point numbers, and