Skip to content

Commit 5346f5a

Browse files
authored
Merge pull request #423 from janbridley/patch-1
Fix typo in squares.pyx
2 parents bf0e6be + bc79e4f commit 5346f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

randomgen/squares.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ cdef class Squares(BitGenerator):
365365
position.
366366
- The remaining 8 words are selected at random (with replacement)
367367
from the set {1, 2, 3, ..., D, E, F} with the run that the word
368-
in position i must differ from the work in position j.
368+
in position i must differ from the word in position j.
369369
370370
The ``SeedSequence`` used in the initialization of the bit generator is
371371
used as the source of randomness for

0 commit comments

Comments
 (0)