Skip to content

Commit

Permalink
Fix minor typo in docstring.
Browse files Browse the repository at this point in the history
The LaTeX doesn't render as intended now that this has been moved to the
docstring (it wasn't probably overkill anyway):
http://axelrod.readthedocs.io/en/stable/reference/all_strategies.html#axelrod.strategies.axelrod_first.Grofman
  • Loading branch information
drvinceknight authored and marcharper committed Jul 27, 2017
1 parent 7da14b7 commit b4e2069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axelrod/strategies/axelrod_first.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class Grofman(Player):
Cooperate on the first two rounds and
returns the opponent's last action for the next 5. For the rest of the game
Grofman cooperates if both players selected the same action in the previous
round, and otherwise cooperates randomly with probability :math:`frac{2}{7}`.
round, and otherwise cooperates randomly with probability 2/7.
This strategy came 4th in Axelrod's original tournament.
Expand Down

0 comments on commit b4e2069

Please sign in to comment.