Skip to content
Snippets Groups Projects
Commit e3d08b12 authored by ulif's avatar ulif
Browse files

Fix typo.

parent dab1003f
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ class RealDiceRandomSource(object):
if num_rolls < 1:
# If this happens, there are less values in the sequence to
# choose from than there are dice sides.
# Check whether len(sequence) is a factor of dice.sides
# Check whether len(sequence) is a factor of dice_sides
if self.dice_sides % len(sequence) == 0:
num_rolls = 1
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment