Skip to content

Commit 421152a

Browse files
committed
Fix points raised by Marc.
1 parent 609d27b commit 421152a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

axelrod/strategies/alternator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Alternator(Player):
1010
1111
Names
1212
13-
- Alternator: [Bendor1993]_
13+
- Alternator: [Axelrod1984]_
1414
"""
1515

1616
name = 'Alternator'

axelrod/strategies/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Calculator(Player):
1414
1515
Names:
1616
17-
- Calculator: Original name by Marc Harper
17+
- Calculator: [Prison1998]_
1818
"""
1919

2020
name = "Calculator"

0 commit comments

Comments
 (0)