We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aaef8b commit b19b4e9Copy full SHA for b19b4e9
README.rst
@@ -38,7 +38,7 @@ Running an instance of Axelrod's second tournament:
38
>>> import axelrod as axl
39
>>> players = [axlf.Player(name) for name in axlf.second_tournament_strategies]
40
>>> print(len(players), "players")
41
- 62 players
+ 63 players
42
>>> tournament = axl.Tournament(players, repetitions=1, turns=200)
43
>>> results = tournament.play()
44
>>> results.write_summary('summary.csv')
0 commit comments