From 5f3338a55ee7aed547b46f4db4f78a519d1831c8 Mon Sep 17 00:00:00 2001 From: Sandeepa Dilshan Alagiyawanna <108791571+SandeepaDilshanAlagiyawanna@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:32:04 +0530 Subject: [PATCH] Update clearthedungeon.py according to tests --- pysollib/games/clearthedungeon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/games/clearthedungeon.py b/pysollib/games/clearthedungeon.py index b4b1d349f..55051feec 100644 --- a/pysollib/games/clearthedungeon.py +++ b/pysollib/games/clearthedungeon.py @@ -58,7 +58,7 @@ def acceptsCards(self, from_stack, cards): goal_rank = card.rank + 1 goal_suit = card.suit elif cardnum == 1: - # Add a value of 10 if the card is a joker, otherwise + # Add a value of 10 if the card is a joker, otherwise # add its rank if card.suit == 4: total += 10