Skip to content

Commit

Permalink
Merge pull request #397 from gahtan-syarif/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
bashtage authored Nov 15, 2024
2 parents 4a0d0df + 0c57d26 commit 34bc41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion randomgen/pcg64.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ cdef class PCG64(BitGenerator):
)
if inc is not None:
raise ValueError(
"inc much be none when using numpy-matching seeding."
"inc must be none when using numpy-matching seeding."
)

self.variant = variant
Expand Down

0 comments on commit 34bc41a

Please sign in to comment.