diff options
author | wrwrwr <git@wr.waw.pl> | 2016-10-28 01:50:31 +0200 |
---|---|---|
committer | wrwrwr <git@wr.waw.pl> | 2016-10-28 01:53:52 +0200 |
commit | 5059202446f92c34cd481bb95ab7446d521f5982 (patch) | |
tree | 75c31369bf17a9c133426142ddbb5232dc57fbd2 /doc | |
parent | b11931d1f43b35dc80348e5e8f9e2c86d348117c (diff) | |
download | numpy-5059202446f92c34cd481bb95ab7446d521f5982.tar.gz |
MAINT, DOC: Update some scipy.stats references.
Closes #5813.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/EXAMPLE_DOCSTRING.rst.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/EXAMPLE_DOCSTRING.rst.txt b/doc/EXAMPLE_DOCSTRING.rst.txt index ee1326474..e551e737a 100644 --- a/doc/EXAMPLE_DOCSTRING.rst.txt +++ b/doc/EXAMPLE_DOCSTRING.rst.txt @@ -42,9 +42,8 @@ out : ndarray See Also -------- normal -scipy.stats.distributions.norm : Provides random variates, as well as - probability density function, cumulative - density function, etc. +scipy.stats.norm : Provides random variates, as well as probability density + function, cumulative density function, etc. Notes ----- |