]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 May 2021 01:11:12 +0000 (18:11 -0700)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 01:11:12 +0000 (18:11 -0700)
commit86779878dfc0bcb74b4721aba7fd9a84e9cbd5c7
treedd1e7141aad2006d9863236dea71617efe297c52
parent1c454eb2e4eb9e08ee94920c0e1ca7c8896371ec
bpo-44151: linear_regression() minor API improvements (GH-26199) (GH-26338)
Doc/library/statistics.rst
Lib/statistics.py
Lib/test/test_statistics.py