Skip to content

Commit 34bc41a

Browse files
authored
Merge pull request #397 from gahtan-syarif/patch-1
fix typo
2 parents 4a0d0df + 0c57d26 commit 34bc41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

randomgen/pcg64.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ cdef class PCG64(BitGenerator):
187187
)
188188
if inc is not None:
189189
raise ValueError(
190-
"inc much be none when using numpy-matching seeding."
190+
"inc must be none when using numpy-matching seeding."
191191
)
192192

193193
self.variant = variant

0 commit comments

Comments
 (0)