Skip to content

Commit 2918ad8

Browse files
committed
Add underscores to doc string, e.g. p1 --> p_1
1 parent e7f12a6 commit 2918ad8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

axelrod/strategies/zero_determinant.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ class LRPlayer(MemoryOnePlayer):
3131
:nowrap:
3232
3333
\\begin{eqnarray}
34-
p1 &= P(C|CC) &= 1 - \\phi (1 - s)(R - l) \\\\
35-
p2 &= P(C|CD) &= 1 - \\phi (s(l - S) + (T - l)) \\\\
36-
p3 &= P(C|DC) &= \\phi ((l - S) + s(T - l)) \\\\
37-
p4 &= P(C|DD) &= \\phi (1 - s)(l - P)
34+
p_1 &= P(C|CC) &= 1 - \\phi (1 - s)(R - l) \\\\
35+
p_2 &= P(C|CD) &= 1 - \\phi (s(l - S) + (T - l)) \\\\
36+
p_3 &= P(C|DC) &= \\phi ((l - S) + s(T - l)) \\\\
37+
p_4 &= P(C|DD) &= \\phi (1 - s)(l - P)
3838
\\end{eqnarray}
3939
4040

0 commit comments

Comments
 (0)