diff options
Diffstat (limited to 'swiftstory')
-rw-r--r-- | swiftstory/Game.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swiftstory/Game.py b/swiftstory/Game.py index 0057bc7..ea0582a 100644 --- a/swiftstory/Game.py +++ b/swiftstory/Game.py @@ -108,7 +108,7 @@ class Game: def try_collect_cards(self, player): if self.state is not self.WAITING_COLLECTION: - raise WrongAction('Do you think it\'s the moment for colletion !?') + raise WrongAction("Do you think it's the moment for collection !?") if self.judge is not player: raise WrongAction('You\'re not the judge, you fool!') |