diff options
author | Gaëtan de Menten <gdementen@gmail.com> | 2014-04-25 11:34:12 +0200 |
---|---|---|
committer | Gaëtan de Menten <gdementen@gmail.com> | 2014-04-25 11:34:12 +0200 |
commit | 3d3c3bd6cfe72b6999e14860722837d8a29e02ce (patch) | |
tree | 3e18b9923092490b6979555f814803798da63aec /numpy | |
parent | a8536d5e57ffca95057e74d5d23955b7414847a7 (diff) | |
download | numpy-3d3c3bd6cfe72b6999e14860722837d8a29e02ce.tar.gz |
DOC: fixed typo
Diffstat (limited to 'numpy')
-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 7ddc1bbf1..123949428 100644 --- a/numpy/random/mtrand/mtrand.pyx +++ b/numpy/random/mtrand/mtrand.pyx @@ -946,7 +946,7 @@ cdef class RandomState: Whether the sample is with or without replacement p : 1-D array-like, optional The probabilities associated with each entry in a. - If not given the sample assumes a uniform distribtion over all + If not given the sample assumes a uniform distribution over all entries in a. Returns |