Skip to content

Commit f640228

Browse files
committed
Typo.
1 parent 6c93d8a commit f640228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/unit/test_strategy_transformers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
class TestTransformers(unittest.TestCase):
1414

1515
def test_all_strategies(self):
16-
# Attempt to transform each strategy to ensure that implemenation
16+
# Attempt to transform each strategy to ensure that implementation
1717
# choices (like use of super) do not cause issues
1818
for s in axelrod.ordinary_strategies:
1919
opponent = axelrod.Cooperator()

0 commit comments

Comments
 (0)