From: Benjamin Peterson Date: Tue, 12 Jul 2022 21:34:23 +0000 (-0700) Subject: Fix typo in _exact_ratio comment. (GH-94789) X-Git-Tag: v3.12.0a1~971 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e39ce7d4871429d3a48f51139eff9abacd719361;p=thirdparty%2FPython%2Fcpython.git Fix typo in _exact_ratio comment. (GH-94789) --- diff --git a/Lib/statistics.py b/Lib/statistics.py index a2793d971868..9d775e74f81c 100644 --- a/Lib/statistics.py +++ b/Lib/statistics.py @@ -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