Skip to content

Commit b7fb7e2

Browse files
committed
Fix string escape to suppress deprecation warning
1 parent 0a15398 commit b7fb7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/axelrod_first.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ class FirstByNydegger(Player):
569569
570570
.. math::
571571
572-
A \in \{1, 6, 7, 17, 22, 23, 26, 29, 30, 31, 33, 38, 39, 45, 49, 54, 55, 58, 61\}
572+
A \\in \\{1, 6, 7, 17, 22, 23, 26, 29, 30, 31, 33, 38, 39, 45, 49, 54, 55, 58, 61\\}
573573
574574
Thus if all three preceding moves are mutual defection, A = 63 and the rule
575575
cooperates. This rule was designed for use in laboratory experiments as a

0 commit comments

Comments
 (0)