Skip to content

Commit f6e15a7

Browse files
souravsinghdrvinceknight
authored andcommitted
Fix name of strategy
1 parent c879bed commit f6e15a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

axelrod/strategies/titfortat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,14 +671,14 @@ class EugineNier(Player):
671671
"""
672672
Plays similar to Tit-for-Tat, but with two conditions:
673673
1) Always Defect on Last Move
674-
2) If other player defects five times, switch to all defect.
674+
2) If other player defects five times, switch to all defects.
675675
676676
Names:
677677
678678
- EugineNier Strategy: [LessWrong2011]_
679679
"""
680680

681-
name = 'Alexei'
681+
name = 'EugineNier'
682682
classifier = {
683683
'memory_depth': float('inf'),
684684
'stochastic': False,

0 commit comments

Comments
 (0)