Skip to content

Commit 1971111

Browse files
committed
Small docstring fix
1 parent d014e39 commit 1971111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/titfortat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class DynamicTwoTitsForTat(Player):
9797
"""
9898
A player starts by cooperating and then punishes its opponent's
9999
defections with defections, but with a dynamic bias towards cooperating
100-
based off of the opponent's ratio of cooperations to total moves
100+
based on the opponent's ratio of cooperations to total moves
101101
(so their current probability of cooperating regardless of the
102102
opponent's move (aka: forgiveness)).
103103

0 commit comments

Comments
 (0)