diff options
Diffstat (limited to 'coverage/control.py')
-rw-r--r-- | coverage/control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/control.py b/coverage/control.py index c59424df..78d3b0a7 100644 --- a/coverage/control.py +++ b/coverage/control.py @@ -695,7 +695,7 @@ class Coverage(object): if self.omit_match and self.omit_match.match(py_file): # Turns out this file was omitted, so don't pull it back - # in as un-executed. + # in as unexecuted. continue self.data.touch_file(py_file) |