diff --git a/docs/tutorials/new_to_game_theory_and_or_python/summarising_tournaments.rst b/docs/tutorials/new_to_game_theory_and_or_python/summarising_tournaments.rst index 7e7852b57..ac97edd6a 100644 --- a/docs/tutorials/new_to_game_theory_and_or_python/summarising_tournaments.rst +++ b/docs/tutorials/new_to_game_theory_and_or_python/summarising_tournaments.rst @@ -33,10 +33,10 @@ It is also possible to write this data directly to a csv file using the ... for row in csvreader: ... print(row) ['Rank', 'Name', 'Median_score', 'Cooperation_rating', 'Wins', 'Initial_C_rate', 'CC_rate', 'CD_rate', 'DC_rate', 'DD_rate', 'CC_to_C_rate', 'CD_to_C_rate', 'DC_to_C_rate', 'DD_to_C_rate'] - ['0', 'Defector', ... - ['1', 'Tit For Tat', ... - ['2', 'Grudger', ... - ['3', 'Cooperator', ... + ['0', 'Defector', ...] + ['1', 'Tit For Tat', ...] + ['2', 'Grudger', ...] + ['3', 'Cooperator', ...] The result set class computes a large number of detailed outcomes read about