diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-08-25 13:28:43 -0700 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2019-08-25 13:29:10 -0700 |
commit | d882d3931ff5e88c528ee72f120786ee6a52e47c (patch) | |
tree | 517e1e50f6d116e462fde727415fab1d3ce44b48 /numpy/random/mtrand.pyx | |
parent | 77b421d271ecb5cbdb6c118389a6141f7d1a1998 (diff) | |
download | numpy-d882d3931ff5e88c528ee72f120786ee6a52e47c.tar.gz |
DOC: fix doc linking, was referencing private submodules.
Closes gh-14359
Diffstat (limited to 'numpy/random/mtrand.pyx')
-rw-r--r-- | numpy/random/mtrand.pyx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/random/mtrand.pyx b/numpy/random/mtrand.pyx index eb263cd2d..bd23ab957 100644 --- a/numpy/random/mtrand.pyx +++ b/numpy/random/mtrand.pyx @@ -83,8 +83,8 @@ cdef class RandomState: See Also -------- Generator - mt19937.MT19937 - Bit_Generators + MT19937 + :ref:`bit_generator` """ cdef public object _bit_generator |