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 0c31588 commit e6b9349Copy full SHA for e6b9349
axelrod/strategies/__init__.py
@@ -77,7 +77,7 @@
77
FirstByFeld,
78
FirstByJoss,
79
FirstByTullock,
80
- FirstByAnyonymous,
+ FirstByAnonymous,
81
Random,
82
]
83
basic_strategies = [s for s in all_strategies if is_basic(s())]
0 commit comments