Skip to content

Commit 491e7e4

Browse files
committed
Fix import of Decimal
1 parent cf95f45 commit 491e7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# Python code that is treated like it were put in a testsetup directive for
5656
# every file that is tested, and for every group.
5757
doctest_global_setup = """
58-
from fractions import Decimal
58+
from decimal import Decimal
5959
6060
from gmp import mpq
6161
"""

0 commit comments

Comments
 (0)