Skip to content

Commit e60c63c

Browse files
committed
Changed indentation in docstrings.
1 parent c342743 commit e60c63c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

axelrod/strategies/axelrod_second.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,9 +1466,9 @@ class Leyvraz(Player):
14661466
14671467
1. If opponent Defected last two turns, then Defect with prob 75%.
14681468
2. If opponent Defected three turns ago, then Cooperate.
1469-
3a. If opponent Defected two turns ago, then Defect.
1470-
3b. If opponent Defected last turn, then Defect with prob 50%.
1471-
4. Otherwise (all Coopertaions), then Cooperate.
1469+
3. If opponent Defected two turns ago, then Defect.
1470+
4. If opponent Defected last turn, then Defect with prob 50%.
1471+
5. Otherwise (all Coopertaions), then Cooperate.
14721472
14731473
Names:
14741474

0 commit comments

Comments
 (0)