Fix English
This commit is contained in:
@@ -135,7 +135,7 @@ def main():
|
||||
while True:
|
||||
for j in range(i, i + len(players)):
|
||||
player = players[j % len(players)]
|
||||
result = query_int(f"{player}, how many stitches did you get?")
|
||||
result = query_int(f"{player}, how many tricks did you take?")
|
||||
results[player] += [result]
|
||||
if not query_yes_no("Reenter results?", default="no"):
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user