Skip to content

Commit 80bc8eb

Browse files
authored
Merge pull request #1408 from Axelrod-Python/deprecation_warnings
Fix string escape to suppress deprecation warning
2 parents 0a15398 + b7fb7e2 commit 80bc8eb

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)