From b4e2069d5540f12b4f2cda4a8ebc6c07420d275e Mon Sep 17 00:00:00 2001 From: Vince Knight Date: Wed, 26 Jul 2017 19:34:31 +0100 Subject: [PATCH] Fix minor typo in docstring. 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 --- axelrod/strategies/axelrod_first.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/axelrod/strategies/axelrod_first.py b/axelrod/strategies/axelrod_first.py index c4da45a3c..d4996e1f8 100644 --- a/axelrod/strategies/axelrod_first.py +++ b/axelrod/strategies/axelrod_first.py @@ -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.