Skip to content

Commit 0a857d3

Browse files
committed
Fixed rankings in docstrings of last few strategies.
1 parent 51e7523 commit 0a857d3

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
@@ -1421,7 +1421,7 @@ def strategy(self, opponent: Player) -> Action:
14211421
class Getzler(Player):
14221422
"""
14231423
Strategy submitted to Axelrod's second tournament by Abraham Getzler (K35R)
1424-
and came in tenth in that tournament.
1424+
and came in eleventh in that tournament.
14251425
14261426
Strategy Defects with probability `flack`, where `flack` is calculated as
14271427
the sum over opponent Defections of 0.5 ^ (turns ago Defection happened).
@@ -1459,7 +1459,7 @@ def strategy(self, opponent: Player) -> Action:
14591459
class Leyvraz(Player):
14601460
"""
14611461
Strategy submitted to Axelrod's second tournament by Fransois Leyvraz
1462-
(K68R) and came in eleventh in that tournament.
1462+
(K68R) and came in twelfth in that tournament.
14631463
14641464
The strategy uses the opponent's last three moves to decide on an action
14651465
based on the following ordered rules.
@@ -1513,7 +1513,7 @@ def strategy(self, opponent: Player) -> Action:
15131513
class White(Player):
15141514
"""
15151515
Strategy submitted to Axelrod's second tournament by Edward C Whtie (K72R)
1516-
and came in twelfth in that tournament.
1516+
and came in thirteenth in that tournament.
15171517
15181518
If the opponent Cooperated last turn or in the first ten turns, then
15191519
Cooperate.

0 commit comments

Comments
 (0)