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