Skip to content

Commit fbd77ca

Browse files
committed
Update summarising_tournaments.rst
1 parent 100d85e commit fbd77ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tutorials/new_to_game_theory_and_or_python/summarising_tournaments.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ It is also possible to write this data directly to a csv file using the
3333
... for row in csvreader:
3434
... print(row)
3535
['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']
36-
['0', 'Defector', ...
37-
['1', 'Tit For Tat', ...
38-
['2', 'Grudger', ...
39-
['3', 'Cooperator', ...
36+
['0', 'Defector', ...]
37+
['1', 'Tit For Tat', ...]
38+
['2', 'Grudger', ...]
39+
['3', 'Cooperator', ...]
4040

4141

4242
The result set class computes a large number of detailed outcomes read about

0 commit comments

Comments
 (0)