1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix a typo

This commit is contained in:
Roderik Ploszek 2018-04-15 23:34:45 +02:00
parent 15befcf6cf
commit 38bb0393f1

View file

@ -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):