We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bf64e commit 440638aCopy full SHA for 440638a
axelrod/strategies/axelrod_second.py
@@ -1312,7 +1312,7 @@ class MoreTidemanAndChieruzzi(Player):
1312
Strategy submitted to Axelrod's second tournament by T. Nicolaus Tideman
1313
and Paula Chieruzzi (K84R) and came in ninth in that tournament.
1314
1315
- This strategy Cooperates if this player's socre exceeds the opponent's
+ This strategy Cooperates if this player's score exceeds the opponent's
1316
score by at least `score_to_beat`. `score_to_beat` starts at zero and
1317
increases by `score_to_beat_inc` every time the opponent's last two moves
1318
are a Cooperation and Defection in that order. `score_to_beat_inc` itself
0 commit comments