Skip to content

Commit 74aac23

Browse files
committed
Fix comma
1 parent 314c9c6 commit 74aac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/strategies/test_titfortat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ def test_strategy(self):
634634
# Plays TfT and defects in last round
635635
actions = [(C, C), (C, D), (D, C), (C, D), (D, C), (D, D)]
636636
self.versus_test(axelrod.Alternator(), expected_actions=actions,
637-
attrs={"is_defector": False},)
637+
attrs={"is_defector": False})
638638

639639
actions = [(C, C), (C, D), (D, C), (C, D), (D, C), (C, D)]
640640
self.versus_test(axelrod.Alternator(), expected_actions=actions,

0 commit comments

Comments
 (0)