diff options
author | Jaime <jaime.frio@gmail.com> | 2015-12-14 22:18:08 +0100 |
---|---|---|
committer | Jaime <jaime.frio@gmail.com> | 2015-12-14 22:18:08 +0100 |
commit | b0f5c569997782ea74e42b142db4b3b5b2d27323 (patch) | |
tree | ded18edf0b27796ead5e31b488cb3fcd664c3699 | |
parent | 8544ae6bfb563dbe90defb013efd2dd8e3e2c205 (diff) | |
parent | a1f4197a02d8c1bfa6a2130c0fb1e21da4138981 (diff) | |
download | numpy-b0f5c569997782ea74e42b142db4b3b5b2d27323.tar.gz |
Merge pull request #6832 from gopalmeena/Patch6792
DOC: Fixes #6792 in numpy/numpy/random/mtrand/matrand.pyx
-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 080591e5e..d6ba58bb2 100644 --- a/numpy/random/mtrand/mtrand.pyx +++ b/numpy/random/mtrand/mtrand.pyx @@ -1280,7 +1280,7 @@ cdef class RandomState: Random values in a given shape. - Create an array of the given shape and propagate it with + Create an array of the given shape and populate it with random samples from a uniform distribution over ``[0, 1)``. |