summaryrefslogtreecommitdiff
path: root/numpy/random
diff options
context:
space:
mode:
authorSubhendu Ranjan Mishra <Subhendu_Mishra@infosys.com>2018-04-13 20:33:52 +0530
committerSubhendu Ranjan Mishra <Subhendu_Mishra@infosys.com>2018-04-13 20:33:52 +0530
commit5fe37c98852216d4eb3f1c1f679ca7a19f9a7c5a (patch)
treefe3f290e3ca51fdfca1125bd9385fb77a83e07ac /numpy/random
parent3ec88758813678aadedc58dbfd89646b05001a91 (diff)
downloadnumpy-5fe37c98852216d4eb3f1c1f679ca7a19f9a7c5a.tar.gz
Fixes #10902: Changed `See Also` doc-string section of `randn`
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 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
-----