Skip to content

Commit 853b652

Browse files
committed
Fix doctest output
1 parent c547b56 commit 853b652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/advanced/tournament_results.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ This gives the count of cooperations made by each player during the first turn
343343
of every match::
344344

345345
>>> results.initial_cooperation_count
346-
[9.0, 0.0, 9.0, 9.0]
346+
[9, 0, 9, 9]
347347

348348
Each player plays an opponent a total of 9 times (3 opponents and 3
349349
repetitions). Apart from the :code:`Defector`, they all cooperate on the first

0 commit comments

Comments
 (0)