Skip to content

Commit d6d7de9

Browse files
committed
Add error to doctests.
1 parent f3fad7d commit d6d7de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/getting_started/match.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For example, to create a 5 turn match between :code:`Cooperator` and
1414
>>> players = (axl.Cooperator(), axl.Alternator())
1515
>>> match = axl.Match(players, 5)
1616
>>> match.play()
17-
[(C, C), (C, D), (C, C), (C, D), (C, C)]
17+
[(C, D), (C, D), (C, C), (C, D), (C, C)]
1818

1919
By default, a match will not be noisy, but you can introduce noise if you wish.
2020
Noise is the probability with which any action dictated by a strategy will be

0 commit comments

Comments
 (0)