diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 14:07:10 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 14:07:10 -0500 |
commit | 40bc892993e7bbf6616e37c5ea963e0079cb0a6a (patch) | |
tree | 226556996eee8943441ead198d198a19cd15b761 /coverage/control.py | |
parent | 0ed319529c4df0f99556eab3490000c660b6e14b (diff) | |
download | python-coveragepy-40bc892993e7bbf6616e37c5ea963e0079cb0a6a.tar.gz |
OK, I should really stop fiddling with spell-check...
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 c59424d..78d3b0a 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) |