Skip to content

Commit

Permalink
Merge pull request #21356 from urunsiyabend/patch-2
Browse files Browse the repository at this point in the history
DOC: Fix a typo in docstring of MT19937
  • Loading branch information
mattip committed Apr 19, 2022
2 parents 0ebde37 + 8a28774 commit eb83902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/random/_mt19937.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ cdef class MT19937(BitGenerator):
Returns a new bit generator with the state jumped
The state of the returned big generator is jumped as-if
The state of the returned bit generator is jumped as-if
2**(128 * jumps) random numbers have been generated.
Parameters
Expand Down

0 comments on commit eb83902

Please sign in to comment.