Skip to content

Commit 4ec2ba9

Browse files
committed
Made the change @drvinceknight sugested.
1 parent 53f68e8 commit 4ec2ba9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

axelrod/strategies/worse_and_worse.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ class WorseAndWorse (Player):
77
Defects with probability of 'current turn / 1000'. Therefore
88
it is more and more likely to defect as the round goes on.
99
10+
Source code available at the download tab of [PRISON1998]
11+
12+
1013
Names:
11-
- worse_and_worse: Source code available at the download tab of
12-
[PRISON1998].
14+
- worse_and_worse: [PRISON1998].
1315
1416
"""
1517

0 commit comments

Comments
 (0)