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 e6cf958 commit dd99003Copy full SHA for dd99003
axelrod/strategies/grudger.py
@@ -334,7 +334,7 @@ class SpitefulCC(Player):
334
@staticmethod
335
def strategy(opponent: Player) -> Action:
336
"""
337
- Cooperates until the opponent defects. Then defects forever.
+ Cooperates until the oponent defects, then defects forever.
338
Always cooperates twice at the start.
339
340
if len(opponent.history) < 2:
0 commit comments