diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-25 11:27:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-25 11:27:25 -0400 |
commit | 8e81a1b6feddb2a0642d7991ac35c7419f570bb6 (patch) | |
tree | 056eeeac3e24a8434d09f7ce5167b481ccc78b4e /tests/test_process.py | |
parent | 655e48284397765c36e7f5bfb8a018f79e542ecd (diff) | |
download | python-coveragepy-git-8e81a1b6feddb2a0642d7991ac35c7419f570bb6.tar.gz |
Better spelling.
Diffstat (limited to 'tests/test_process.py')
-rw-r--r-- | tests/test_process.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_process.py b/tests/test_process.py index 4fe22a0f..3a05eaa5 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -768,7 +768,7 @@ def possible_pth_dirs(): class ProcessCoverageMixin(object): - """Set up a .pth file that causes all sub-processes to be coverage'd""" + """Set up a .pth file to coverage-measure all sub-processes.""" def setUp(self): super(ProcessCoverageMixin, self).setUp() |