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 c547b56 commit 853b652Copy full SHA for 853b652
docs/tutorials/advanced/tournament_results.rst
@@ -343,7 +343,7 @@ This gives the count of cooperations made by each player during the first turn
343
of every match::
344
345
>>> results.initial_cooperation_count
346
- [9.0, 0.0, 9.0, 9.0]
+ [9, 0, 9, 9]
347
348
Each player plays an opponent a total of 9 times (3 opponents and 3
349
repetitions). Apart from the :code:`Defector`, they all cooperate on the first
0 commit comments