summaryrefslogtreecommitdiffstats
path: root/Doc/tutorial
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-08-09 22:45:15 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-08-09 22:45:15 (GMT)
commitc17dd509578f91eae702ff28251056b590988dc0 (patch)
tree4a2f96212e866289ae97cede967d1f15d351b6c2 /Doc/tutorial
parent0e0fe4f9eae5a6839f2143a0962d37e18ddf5e3b (diff)
parentc483a01a8f71fa08510e0d7362d45f3c31848871 (diff)
downloadcpython-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.rst4
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:
**************************************************