We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c93d8a commit f640228Copy full SHA for f640228
axelrod/tests/unit/test_strategy_transformers.py
@@ -13,7 +13,7 @@
13
class TestTransformers(unittest.TestCase):
14
15
def test_all_strategies(self):
16
- # Attempt to transform each strategy to ensure that implemenation
+ # Attempt to transform each strategy to ensure that implementation
17
# choices (like use of super) do not cause issues
18
for s in axelrod.ordinary_strategies:
19
opponent = axelrod.Cooperator()
0 commit comments