diff options
author | Larry Hastings <larry@hastings.org> | 2013-10-19 18:50:09 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2013-10-19 18:50:09 (GMT) |
commit | f5e987bbe64156ebeae5eea730962c209fbb9d74 (patch) | |
tree | 760ff3a67867e00e33b038da9bd4e497706cfed0 /Doc/library/numeric.rst | |
parent | aa2b22abf342dd000d243512c620d5b5022381cf (diff) | |
download | cpython-f5e987bbe64156ebeae5eea730962c209fbb9d74.zip cpython-f5e987bbe64156ebeae5eea730962c209fbb9d74.tar.gz cpython-f5e987bbe64156ebeae5eea730962c209fbb9d74.tar.bz2 |
Issue #18606: Add the new "statistics" module (PEP 450). Contributed
by Steven D'Aprano.
Diffstat (limited to 'Doc/library/numeric.rst')
-rw-r--r-- | Doc/library/numeric.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/numeric.rst b/Doc/library/numeric.rst index 2732a84..7c76a47 100644 --- a/Doc/library/numeric.rst +++ b/Doc/library/numeric.rst @@ -23,3 +23,4 @@ The following modules are documented in this chapter: decimal.rst fractions.rst random.rst + statistics.rst |