Skip to content

Commit

Permalink
changed description spitefulCC strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroLaura authored and marcharper committed Jul 12, 2024
1 parent e6cf958 commit dd99003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axelrod/strategies/grudger.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class SpitefulCC(Player):
@staticmethod
def strategy(opponent: Player) -> Action:
"""
Cooperates until the opponent defects. Then defects forever.
Cooperates until the oponent defects, then defects forever.
Always cooperates twice at the start.
"""
if len(opponent.history) < 2:
Expand Down

0 comments on commit dd99003

Please sign in to comment.