Skip to content

Commit 15edee6

Browse files
committed
changed description spitefulCC strategy
1 parent 5eb51ab commit 15edee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/grudger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ class SpitefulCC(Player):
333333
@staticmethod
334334
def strategy(opponent: Player) -> Action:
335335
"""
336-
Cooperates until the oponent defects. Then defects forever.
336+
Cooperates until the oponent defects, then defects forever.
337337
Always cooperates twice at the start.
338338
"""
339339
if len(opponent.history) < 2:

0 commit comments

Comments
 (0)