Skip to content

Commit

Permalink
DOC: Fix link from mtrand.randint -> Generator.integers.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbar committed May 18, 2023
1 parent 21e732a commit 066d113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/random/mtrand.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ cdef class RandomState:
`high` is None (the default), then results are from [0, `low`).
.. note::
New code should use the `~numpy.random.Generator.randint`
New code should use the `~numpy.random.Generator.integers`
method of a `~numpy.random.Generator` instance instead;
please see the :ref:`random-quick-start`.
Expand Down

0 comments on commit 066d113

Please sign in to comment.