Skip to content

Commit e6b9349

Browse files
committed
Fix a typo.
1 parent 0c31588 commit e6b9349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
FirstByFeld,
7878
FirstByJoss,
7979
FirstByTullock,
80-
FirstByAnyonymous,
80+
FirstByAnonymous,
8181
Random,
8282
]
8383
basic_strategies = [s for s in all_strategies if is_basic(s())]

0 commit comments

Comments
 (0)