summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-04-15 13:06:05 -0600
committerGitHub <noreply@github.com>2018-04-15 13:06:05 -0600
commitcaede96a766982e26fcdf92180310dcf1ec938ca (patch)
tree116d15e019d7d90fd93f84d68dcbc41b156c4841 /numpy/random/mtrand
parent64707f0432c80f6e7dac9b2ad4bd6c184fdb564b (diff)
parent5fe37c98852216d4eb3f1c1f679ca7a19f9a7c5a (diff)
downloadnumpy-caede96a766982e26fcdf92180310dcf1ec938ca.tar.gz
Merge pull request #10903 from subhrm/10902-docu-fix
DOC: Fix link in `See Also` section of `randn` docstring.
Diffstat (limited to 'numpy/random/mtrand')
-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 536c585db..1846a363f 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
-----