summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-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 16d649c4a..15b081bb3 100644
--- a/numpy/random/mtrand/mtrand.pyx
+++ b/numpy/random/mtrand/mtrand.pyx
@@ -1394,7 +1394,7 @@ cdef class RandomState:
See Also
--------
- random.standard_normal : Similar, but takes a tuple as its argument.
+ standard_normal : Similar, but takes a tuple as its argument.
Notes
-----