Skip to content

Commit 8ffabfa

Browse files
committed
Correct stupid mistake in docstring
1 parent 43ab759 commit 8ffabfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/match.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, players, turns, deterministic_cache=None,
1818
turns : integer
1919
The number of turns per match
2020
deterministic_cache : dictionary
21-
A cache of resulting actions for stochastic matches
21+
A cache of resulting actions for deterministic matches
2222
cache_mutable : boolean
2323
Whether the deterministic cache can be updated or not
2424
noise : float

0 commit comments

Comments
 (0)