Skip to content

Commit f477457

Browse files
drvinceknightmarcharper
authored andcommitted
Correct inline comment.
1 parent f587405 commit f477457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

axelrod/tests/unit/test_tournament.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def test_warning(self):
8989
repetitions=1)
9090
with warnings.catch_warnings(record=True) as w:
9191
# Check that a warning is raised if no results set is built and no
92-
# filename not given
92+
# filename is given
9393
results = tournament.play(build_results=False, progress_bar=False)
9494
self.assertEqual(len(w), 1)
9595

0 commit comments

Comments
 (0)