8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f50cb commit e39ce7dCopy full SHA for e39ce7d
Lib/statistics.py
@@ -298,7 +298,7 @@ def _exact_ratio(x):
298
299
# The integer ratios for binary floats can have numerators or
300
# denominators with over 300 decimal digits. The problem is more
301
- # acute with decimal floats where the the default decimal context
+ # acute with decimal floats where the default decimal context
302
# supports a huge range of exponents from Emin=-999999 to
303
# Emax=999999. When expanded with as_integer_ratio(), numbers like
304
# Decimal('3.14E+5000') and Decimal('3.14E-5000') have large
0 commit comments