diff options
Diffstat (limited to 'test/test_process.py')
-rw-r--r-- | test/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_process.py b/test/test_process.py index 501075df..1f8a9884 100644 --- a/test/test_process.py +++ b/test/test_process.py @@ -227,7 +227,7 @@ class ProcessTest(CoverageTest): self.assertEqual(out, 'Child!\n') self.assertFalse(os.path.exists(".coverage")) - # After running the forking program, there should be two + # After running the forking program, there should be two # .coverage.machine.123 files. self.assertEqual(self.number_of_data_files(), 2) |