Skip to content

Commit 8231f07

Browse files
committed
Fixed indentation in docstrings.
1 parent ffd44a8 commit 8231f07

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

axelrod/strategies/axelrod_second.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,13 +1025,13 @@ class Harrington(Player):
10251025
2. Check if cooperations are scheduled.
10261026
3. Otherwise,
10271027
1028-
- If turn < 37, Tit-for-Tat.
1029-
- If turn = 37, defect, mark this move as generous, and schedule two
1030-
more cooperations**.
1031-
- If turn > 37, then if `burned` flag is raised, then Tit-for-Tat.
1032-
Otherwise, Tit-for-Tat with probability 1 - `prob`. And with
1033-
probability `prob`, defect, schedule two cooperations, mark this move
1034-
as generous, and increase `prob` by 5%.
1028+
- If turn < 37, Tit-for-Tat.
1029+
- If turn = 37, defect, mark this move as generous, and schedule two
1030+
more cooperations**.
1031+
- If turn > 37, then if `burned` flag is raised, then Tit-for-Tat.
1032+
Otherwise, Tit-for-Tat with probability 1 - `prob`. And with
1033+
probability `prob`, defect, schedule two cooperations, mark this move
1034+
as generous, and increase `prob` by 5%.
10351035
10361036
** Scheduling two cooperations means to set `more_coop` flag to two. If in
10371037
Normal mode and no streaks are detected, then the player will cooperate and

0 commit comments

Comments
 (0)