diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2012-12-14 14:30:05 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2012-12-14 14:30:05 +0100 |
commit | 45a7a064bc8244bc26db03c6348a0761331dfdc9 (patch) | |
tree | c57e3228e580f8f38cd148e45abf266156e4760f /numpy/random | |
parent | 4f7d3ff253888b9508f1ec06b8fea6ce1d92b502 (diff) | |
download | numpy-45a7a064bc8244bc26db03c6348a0761331dfdc9.tar.gz |
fix a spelling error
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 041f09299..fad3e214e 100644 --- a/numpy/random/mtrand/mtrand.pyx +++ b/numpy/random/mtrand/mtrand.pyx @@ -1498,7 +1498,7 @@ cdef class RandomState: b : float Beta, non-negative. size : tuple of ints, optional - The number of samples to draw. The ouput is packed according to + The number of samples to draw. The output is packed according to the size given. Returns |