summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-07 09:48:40 +0200
committerPierre de Buyl <pdebuyl@pdebuyl.be>2016-09-07 09:48:40 +0200
commitdb0b231f17fb2148772181626235e2644eb67c3e (patch)
tree046e1f4026b64012cd998f27363e3b12c4e35805 /numpy/random
parent0780721328a25389844181fd7e38f56e1a865698 (diff)
downloadnumpy-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.pyx2
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.