Skip to content

Commit 4bc708d

Browse files
authored
Made changes @drvinceknight has suggested
1 parent 4ec2ba9 commit 4bc708d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

axelrod/strategies/worse_and_worse.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +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]
10+
Source code available at the download tab of [PRISON1998]_
1111
1212
1313
Names:
14-
- worse_and_worse: [PRISON1998].
14+
- Worse and Worse: [PRISON1998]_
1515
1616
"""
1717

@@ -34,7 +34,7 @@ def strategy(self, opponent):
3434

3535
class KnowledgeableWorseAndWorse (Player):
3636
"""
37-
This strategy is based of 'Worse And Worse' but will defect with probability
37+
This strategy is based on 'Worse And Worse' but will defect with probability
3838
of 'current turn / total no. of turns'.
3939
4040
Names:

0 commit comments

Comments
 (0)