Skip to content

Commit fc1ff03

Browse files
corrects spelling mistake in comments
1 parent 6562eca commit fc1ff03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/strategies/dbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def should_promote(self, r_plus, promotion_threshold=3):
115115
== opposite_action
116116
and self.history_by_cond[r_plus[0]][1][1:][-k] == 1)
117117
):
118-
# We count every occurence of r_plus in history
118+
# We count every occurrence of r_plus in history
119119
if (self.history_by_cond[r_plus[0]][1][1:][-k] == 1):
120120
count += 1
121121
k += 1

0 commit comments

Comments
 (0)