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 | 0d8e1f7783171c9c4f666f5b759322c5f27ebeb0 (patch) | |
tree | 57b8ef8a934b3b62b3b6cf63d161655a7ce41bb7 /coverage/control.py | |
parent | 024c42c88ccbe5338fc308cf3e43c23092e295ba (diff) | |
download | python-coveragepy-git-0d8e1f7783171c9c4f666f5b759322c5f27ebeb0.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 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) |