Skip to content

Commit 440638a

Browse files
committed
Fixed typo in docstrings.
1 parent 88bf64e commit 440638a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/axelrod_second.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ class MoreTidemanAndChieruzzi(Player):
13121312
Strategy submitted to Axelrod's second tournament by T. Nicolaus Tideman
13131313
and Paula Chieruzzi (K84R) and came in ninth in that tournament.
13141314
1315-
This strategy Cooperates if this player's socre exceeds the opponent's
1315+
This strategy Cooperates if this player's score exceeds the opponent's
13161316
score by at least `score_to_beat`. `score_to_beat` starts at zero and
13171317
increases by `score_to_beat_inc` every time the opponent's last two moves
13181318
are a Cooperation and Defection in that order. `score_to_beat_inc` itself

0 commit comments

Comments
 (0)