mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 20:52:42 +01:00
The grammar nazi says fewer is the correct word.
This commit is contained in:
parent
1ea9fe1b4c
commit
0b11cb9f12
@ -62,7 +62,7 @@ class Games(callbacks.Plugin):
|
|||||||
elif sides > 100:
|
elif sides > 100:
|
||||||
irc.error('Dice can\'t have more than 100 sides.')
|
irc.error('Dice can\'t have more than 100 sides.')
|
||||||
elif sides < 3:
|
elif sides < 3:
|
||||||
irc.error('Dice can\'t have less than 3 sides.')
|
irc.error('Dice can\'t have fewer than 3 sides.')
|
||||||
else:
|
else:
|
||||||
L = [0] * dice
|
L = [0] * dice
|
||||||
for i in xrange(dice):
|
for i in xrange(dice):
|
||||||
|
Loading…
Reference in New Issue
Block a user