Skip to content

Commit f4be6bc

Browse files
committed
Fixing typo
1 parent 946eb45 commit f4be6bc

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
@@ -4,7 +4,7 @@
44
from rand import *
55
from titfortat import *
66
from gobymajority import *
7-
from alternatory import *
7+
from alternator import *
88

99

1010
strategies = [

0 commit comments

Comments
 (0)