]> granicus.if.org Git - python/commitdiff
Issue #27206: Fix doctests in Doc/tutorial.
authorZachary Ware <zachary.ware@gmail.com>
Tue, 9 Aug 2016 22:44:52 +0000 (17:44 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Tue, 9 Aug 2016 22:44:52 +0000 (17:44 -0500)
Patch by Jelle Zijlstra.

Doc/tutorial/floatingpoint.rst

index d440e535182850d07aea7a701a75fa6ac3a17155..0c0eb526fa9ed6054231c2e7464b73beb5297146 100644 (file)
@@ -1,3 +1,7 @@
+.. testsetup::
+
+    import math
+
 .. _tut-fp-issues:
 
 **************************************************