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/collector.py | |
parent | 0ed319529c4df0f99556eab3490000c660b6e14b (diff) | |
download | python-coveragepy-40bc892993e7bbf6616e37c5ea963e0079cb0a6a.tar.gz |
OK, I should really stop fiddling with spell-check...
Diffstat (limited to 'coverage/collector.py')
-rw-r--r-- | coverage/collector.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/collector.py b/coverage/collector.py index 6ffdc7c..39acd7b 100644 --- a/coverage/collector.py +++ b/coverage/collector.py @@ -132,8 +132,8 @@ class Collector(object): def reset(self): """Clear collected data, and prepare to collect more.""" - # A dictionary mapping filenames to dicts with linenumber keys, - # or mapping filenames to dicts with linenumber pairs as keys. + # A dictionary mapping filenames to dicts with line number keys, + # or mapping filenames to dicts with line number pairs as keys. self.data = {} self.plugin_data = {} |