Skip to content

Commit

Permalink
DOC: Fix small doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Jun 16, 2020
1 parent b2c2e9e commit 76ccd14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion randomgen/common.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ cdef class BitGenerator:

def random_raw(self, size=None, output=True):
"""
random_raw(self, size=None)
random_raw(size=None)
Return randoms as generated by the underlying BitGenerator
Expand Down
2 changes: 1 addition & 1 deletion randomgen/philox.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cdef class Philox(BitGenerator):
"""
Philox(seed=None, *, counter=None, key=None, number=4, width=64, mode=None)
Container for the Philox (4x64) pseudo-random number generator.
Container for the Philox family of pseudo-random number generators.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion randomgen/threefry.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cdef class ThreeFry(BitGenerator):
"""
ThreeFry(seed=None, *, counter=None, key=None, number=4, width=64, mode=None)
Container for the ThreeFry (4x64) pseudo-random number generator.
Container for the ThreeFry family of pseudo-random number generators.
Parameters
----------
Expand Down

0 comments on commit 76ccd14

Please sign in to comment.