diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-04-29 07:51:27 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-04-29 07:51:27 -0600 |
commit | 0c9f285f38ea4d143c5e79badd0d36cb808242a6 (patch) | |
tree | 580eabcd357f016c52feb98bbf6cb06fdfe26849 /numpy | |
parent | 7bab95753832051c9425fea613c6dc06a863afba (diff) | |
parent | 3d3c3bd6cfe72b6999e14860722837d8a29e02ce (diff) | |
download | numpy-0c9f285f38ea4d143c5e79badd0d36cb808242a6.tar.gz |
Merge pull request #4640 from gdementen/patch-1
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 |