diff options
author | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-07 09:48:40 +0200 |
---|---|---|
committer | Pierre de Buyl <pdebuyl@pdebuyl.be> | 2016-09-07 09:48:40 +0200 |
commit | db0b231f17fb2148772181626235e2644eb67c3e (patch) | |
tree | 046e1f4026b64012cd998f27363e3b12c4e35805 /numpy/random | |
parent | 0780721328a25389844181fd7e38f56e1a865698 (diff) | |
download | numpy-db0b231f17fb2148772181626235e2644eb67c3e.tar.gz |
DOC: change version references from x.y to x.y.z
Diffstat (limited to 'numpy/random')
-rw-r--r-- | numpy/random/mtrand/mtrand.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx index 24c8bd951..138f0e39a 100644 --- a/numpy/random/mtrand/mtrand.pyx +++ b/numpy/random/mtrand/mtrand.pyx @@ -2547,7 +2547,7 @@ cdef class RandomState: Parameters ---------- df : int or array_like of ints - Degrees of freedom, should be > 0 as of NumPy 1.10, + Degrees of freedom, should be > 0 as of NumPy 1.10.0, should be > 1 for earlier versions. nonc : float or array_like of floats Non-centrality, should be non-negative. |