Skip to content

Commit

Permalink
DOC, BUG : Bad link to np.random.randint (numpy#10901)
Browse files Browse the repository at this point in the history
* fixes numpy#10886 : Bad link to `np.random.randint`

* Issue numpy#10886: Change from `np.random.randint` to `randint` in 'See Also` doc-string section of mtrand.pyx
  • Loading branch information
subhrm authored and charris committed Apr 13, 2018
1 parent 3ec8875 commit 9e419a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/random/mtrand/mtrand.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@ cdef class RandomState:
See Also
--------
random.randint : Similar to `random_integers`, only for the half-open
randint : Similar to `random_integers`, only for the half-open
interval [`low`, `high`), and 0 is the lowest value if `high` is
omitted.
Expand Down

0 comments on commit 9e419a0

Please sign in to comment.