summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2012-12-14 14:30:05 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2012-12-14 14:30:05 +0100
commit45a7a064bc8244bc26db03c6348a0761331dfdc9 (patch)
treec57e3228e580f8f38cd148e45abf266156e4760f /numpy/random
parent4f7d3ff253888b9508f1ec06b8fea6ce1d92b502 (diff)
downloadnumpy-45a7a064bc8244bc26db03c6348a0761331dfdc9.tar.gz
fix a spelling error
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 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