Skip to content

Commit dd99003

Browse files
RomeroLauramarcharper
authored andcommitted
changed description spitefulCC strategy
1 parent e6cf958 commit dd99003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/grudger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class SpitefulCC(Player):
334334
@staticmethod
335335
def strategy(opponent: Player) -> Action:
336336
"""
337-
Cooperates until the opponent defects. Then defects forever.
337+
Cooperates until the oponent defects, then defects forever.
338338
Always cooperates twice at the start.
339339
"""
340340
if len(opponent.history) < 2:

0 commit comments

Comments
 (0)