Skip to content

Commit b19b4e9

Browse files
committed
[#36] Update readme for number of players
1 parent 7aaef8b commit b19b4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Running an instance of Axelrod's second tournament:
3838
>>> import axelrod as axl
3939
>>> players = [axlf.Player(name) for name in axlf.second_tournament_strategies]
4040
>>> print(len(players), "players")
41-
62 players
41+
63 players
4242
>>> tournament = axl.Tournament(players, repetitions=1, turns=200)
4343
>>> results = tournament.play()
4444
>>> results.write_summary('summary.csv')

0 commit comments

Comments
 (0)