diff options
| author | Subhendu Ranjan Mishra <Subhendu_Mishra@infosys.com> | 2018-04-13 20:33:52 +0530 |
|---|---|---|
| committer | Subhendu Ranjan Mishra <Subhendu_Mishra@infosys.com> | 2018-04-13 20:33:52 +0530 |
| commit | 5fe37c98852216d4eb3f1c1f679ca7a19f9a7c5a (patch) | |
| tree | fe3f290e3ca51fdfca1125bd9385fb77a83e07ac /numpy/random | |
| parent | 3ec88758813678aadedc58dbfd89646b05001a91 (diff) | |
| download | numpy-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.pyx | 2 |
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 ----- |
