8000 Fix typo in _exact_ratio comment. (GH-94789) · python/cpython@e39ce7d · GitHub
[go: up one dir, main page]

Skip to content

Commit e39ce7d

Browse files
authored
Fix typo in _exact_ratio comment. (GH-94789)
1 parent 47f50cb commit e39ce7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def _exact_ratio(x):
298298

299299
# The integer ratios for binary floats can have numerators or
300300
# denominators with over 300 decimal digits. The problem is more
301-
# acute with decimal floats where the the default decimal context
301+
# acute with decimal floats where the default decimal context
302302
# supports a huge range of exponents from Emin=-999999 to
303303
# Emax=999999. When expanded with as_integer_ratio(), numbers like
304304
# Decimal('3.14E+5000') and Decimal('3.14E-5000') have large

0 commit comments

Comments
 (0)
0