]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typo in _exact_ratio comment. (GH-94789)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Jul 2022 21:57:39 +0000 (14:57 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2022 21:57:39 +0000 (14:57 -0700)
commit3c91f429181ca9620ffcf049c1e8d5039e9691ee
tree2df194cdb8292790949ca996a51424b761ba138b
parent7c185017a9b68c851ea079ef31f6bcef694378ac
Fix typo in _exact_ratio comment. (GH-94789)

(cherry picked from commit e39ce7d4871429d3a48f51139eff9abacd719361)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/statistics.py