Skip to content

Commit f73b272

Browse files
committed
Make doctest pass on Windows and not windows.
1 parent 3463038 commit f73b272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/getting_started/tournament_results.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ repetition::
165165
We see that :code:`Cooperator` has no difference in score with all players
166166
except against the :code:`Defector`::
167167

168-
>>> results.score_diffs[0]
169-
[[0.0, 0.0, 0.0], [-5.0, -5.0, -5.0], [0.0, 0.0, 0.0], [0.0, 0.0, 0.0]]
168+
>>> results.score_diffs[0][1]
169+
[-5.0, -5.0, -5.0]
170170

171171
Payoff difference means
172172
-----------------------

0 commit comments

Comments
 (0)