From ffb79be55a2443ed98ba70109f4f8156e620b8d7 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Mon, 2 Nov 2020 00:04:38 +0100 Subject: Fix typo s/colletion/collection Signed-off-by: Olivier Gayot --- swiftstory/Game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!') -- cgit v1.2.3