diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-08-09 22:45:15 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-08-09 22:45:15 (GMT) |
commit | c17dd509578f91eae702ff28251056b590988dc0 (patch) | |
tree | 4a2f96212e866289ae97cede967d1f15d351b6c2 /Doc/tutorial | |
parent | 0e0fe4f9eae5a6839f2143a0962d37e18ddf5e3b (diff) | |
parent | c483a01a8f71fa08510e0d7362d45f3c31848871 (diff) | |
download | cpython-c17dd509578f91eae702ff28251056b590988dc0.zip cpython-c17dd509578f91eae702ff28251056b590988dc0.tar.gz cpython-c17dd509578f91eae702ff28251056b590988dc0.tar.bz2 |
Closes #27206: Merge with 3.5
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/floatingpoint.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst index d440e53..0c0eb52 100644 --- a/Doc/tutorial/floatingpoint.rst +++ b/Doc/tutorial/floatingpoint.rst @@ -1,3 +1,7 @@ +.. testsetup:: + + import math + .. _tut-fp-issues: ************************************************** |