Skip to content

Commit 9c59b20

Browse files
committed
Add an error so docs do not build.
1 parent b940b39 commit 9c59b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/play_contexts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Play Contexts and Generic Prisoner's Dilemma
66
There are four possible round outcomes:
77

88
- Mutual cooperation: :math:`(C, C)`
9-
- Defection: :math:`(C, D)` or :math:`(D, C)`
9+
- Defection: :math`(C, D)` or :math:`(D, C)`
1010
- Mutual defection: :math:`(D, D)`
1111

1212
Each of these corresponds to one particular set of payoffs in the following
@@ -15,7 +15,7 @@ generic Prisoner's dilemma:
1515

1616
+----------+---------------+---------------+
1717
| | Cooperate | Defect |
18-
+==========+===============+===============+
18+
+========+===============+===============+
1919
|Cooperate | (R,R) | (S,T) |
2020
+----------+---------------+---------------+
2121
|Defect | (T,S) | (P,P) |

0 commit comments

Comments
 (0)