From 38bb0393f147cb7adeb5111e2d0c6bb3ab73bed2 Mon Sep 17 00:00:00 2001 From: Roderik Ploszek Date: Sun, 15 Apr 2018 23:34:45 +0200 Subject: [PATCH] Fix a typo --- pysollib/games/pyramid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysollib/games/pyramid.py b/pysollib/games/pyramid.py index 96088719..f8cc4511 100644 --- a/pysollib/games/pyramid.py +++ b/pysollib/games/pyramid.py @@ -722,7 +722,7 @@ class TripleAlliance(Game): l.defaultStackGroups() def startGame(self): - self._startDealNumRows(3) + self._startDealNumRows(2) self.s.talon.dealRowAvail() def fillStack(self, stack):