Skip to content

Commit ea46854

Browse files
committed
Fixed docstrings.
1 parent d2524ee commit ea46854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

axelrod/strategies/axelrod_second.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,9 +1554,9 @@ class Black(Player):
15541554
15551555
The strategy Cooperates for the first five turns. Then it calculates the
15561556
number of opponent defects in the last five moves and Cooperates with
1557-
probability 'prob_coop'[`number_defects`], where:
1557+
probability `prob_coop`[`number_defects`], where:
15581558
1559-
'prob_coop'[`number_defects`] = 1 - (`number_defects`^2 - 1) / 25
1559+
prob_coop[number_defects] = 1 - (number_defects^ 2 - 1) / 25
15601560
15611561
Names:
15621562

0 commit comments

Comments
 (0)