mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix typo in _exact_ratio comment. (GH-94789)
This commit is contained in:
parent
47f50cbab7
commit
e39ce7d487
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ def _exact_ratio(x):
|
|||
|
||||
# The integer ratios for binary floats can have numerators or
|
||||
# denominators with over 300 decimal digits. The problem is more
|
||||
# acute with decimal floats where the the default decimal context
|
||||
# acute with decimal floats where the default decimal context
|
||||
# supports a huge range of exponents from Emin=-999999 to
|
||||
# Emax=999999. When expanded with as_integer_ratio(), numbers like
|
||||
# Decimal('3.14E+5000') and Decimal('3.14E-5000') have large
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue