Skip to content

Commit

Permalink
Fix points raised by Marc.
Browse files Browse the repository at this point in the history
  • Loading branch information
drvinceknight committed Jun 6, 2017
1 parent 609d27b commit 421152a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion axelrod/strategies/alternator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Alternator(Player):
Names
- Alternator: [Bendor1993]_
- Alternator: [Axelrod1984]_
"""

name = 'Alternator'
Expand Down
2 changes: 1 addition & 1 deletion axelrod/strategies/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Calculator(Player):
Names:
- Calculator: Original name by Marc Harper
- Calculator: [Prison1998]_
"""

name = "Calculator"
Expand Down

0 comments on commit 421152a

Please sign in to comment.